Skip to content

Commit 0c7655b

Browse files
committed
style: reformat noxfile.py with black
1 parent 35a6b02 commit 0c7655b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ def _install_requirements(
117117
# so uv doesn't resolve them transitively. Install known missing ones explicitly.
118118
# - looseversion: required by Salt 3006.x
119119
# - tornado: required by Salt 3007.x
120-
session.install(
121-
no_progress, "looseversion", "tornado", silent=PIP_INSTALL_SILENT
122-
)
120+
session.install(no_progress, "looseversion", "tornado", silent=PIP_INSTALL_SILENT)
123121

124122
if install_test_requirements:
125123
install_extras.append("tests")

0 commit comments

Comments
 (0)