Skip to content

Commit 01c9c12

Browse files
committed
fix black error
1 parent 6b1cd3b commit 01c9c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_version_and_cmdclass(package_name):
3131
"atomicwrites",
3232
]
3333

34-
if os.name == 'nt': # on Windows
34+
if os.name == "nt": # on Windows
3535
# distributed provides the default executor on Windows
3636
install_requires.append("distributed")
3737

0 commit comments

Comments
 (0)