Skip to content

Commit

Permalink
silence a flak8 error on imports not at top
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jan 15, 2016
1 parent 0c35757 commit ba31975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ basepython=python
deps=
flake8
commands=
flake8 --exclude=".*" socketio tests
flake8 --exclude=".*" --ignore=E402 socketio tests

[testenv:py27]
basepython=python2.7
Expand Down

0 comments on commit ba31975

Please sign in to comment.