Skip to content

Commit d648468

Browse files
committed
format noxfile.
1 parent 0a9cfd5 commit d648468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ def format(session):
5050
session.install("black")
5151
session.install("isort")
5252
session.run("isort", "src", "tests", "noxfile.py")
53-
session.run("black", "src", "tests", "noxfile.py")
53+
session.run("black", "src", "tests", "noxfile.py")

0 commit comments

Comments
 (0)