Skip to content

Commit c33afa4

Browse files
committed
Fix lint
1 parent 8d4fdeb commit c33afa4

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
@@ -66,9 +66,7 @@ def test_otel(session):
6666

6767
@nox.session()
6868
def format(session):
69-
session.install(
70-
".", "black~=25.0", "isort<6", "flynt", "unasync>=0.6.0", "jinja2"
71-
)
69+
session.install(".", "black~=25.0", "isort<6", "flynt", "unasync>=0.6.0", "jinja2")
7270

7371
session.run("python", "utils/run-unasync.py")
7472
session.run("python", "utils/run-unasync-dsl.py")

0 commit comments

Comments
 (0)