Skip to content

Commit 766f032

Browse files
committed
Refactor setup.py
1 parent 01669c9 commit 766f032

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
@@ -268,7 +268,7 @@
268268
'flake8==3.7.9;python_version<"3.5"',
269269
'flake8==3.9.2;python_version>="3.5" and python_version<"3.6"',
270270
'flake8==4.0.1;python_version>="3.6"',
271-
'mccabe==0.6.1',
271+
"mccabe==0.6.1",
272272
'pyflakes==2.1.1;python_version<"3.5"',
273273
'pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"',
274274
'pyflakes==2.4.0;python_version>="3.6"',

0 commit comments

Comments
 (0)