Skip to content

Commit be5aadc

Browse files
committed
setup.py: Added isort as dev dependency
1 parent 410e41b commit be5aadc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@
5151
],
5252
extras_require={
5353
'dev': [
54+
'flake8',
55+
'isort',
5456
'mypy',
55-
'flake8'
5657
],
5758
},
5859

0 commit comments

Comments
 (0)