Skip to content

Commit

Permalink
Add example code to flake8 linter
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jan 10, 2022
1 parent b0157d5 commit 776bb86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/server/asgi/simple.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import uvicorn

import engineio
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deps=
deps=
flake8
commands=
flake8 --exclude=".*" --ignore=W503,E402,E722 src/engineio tests
flake8 --exclude=".*" --ignore=W503,E402,E722 src/engineio tests examples

[testenv:docs]
changedir=docs
Expand Down

0 comments on commit 776bb86

Please sign in to comment.