We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1cd3b commit 01c9c12Copy full SHA for 01c9c12
1 file changed
setup.py
@@ -31,7 +31,7 @@ def get_version_and_cmdclass(package_name):
31
"atomicwrites",
32
]
33
34
-if os.name == 'nt': # on Windows
+if os.name == "nt": # on Windows
35
# distributed provides the default executor on Windows
36
install_requires.append("distributed")
37
0 commit comments