Skip to content

Commit ba31975

Browse files
silence a flak8 error on imports not at top
1 parent 0c35757 commit ba31975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ basepython=python
1313
deps=
1414
flake8
1515
commands=
16-
flake8 --exclude=".*" socketio tests
16+
flake8 --exclude=".*" --ignore=E402 socketio tests
1717

1818
[testenv:py27]
1919
basepython=python2.7

0 commit comments

Comments
 (0)