Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flake8 violations #9

Closed
davide-ceretti opened this issue Feb 15, 2015 · 0 comments · Fixed by #11
Closed

Fix flake8 violations #9

davide-ceretti opened this issue Feb 15, 2015 · 0 comments · Fixed by #11

Comments

@davide-ceretti
Copy link
Contributor

./meteora/requestor.py:58:34: E901 SyntaxError: invalid syntax
./meteora/server.py:35:1: W293 blank line contains whitespace
./meteora/server.py:38:1: F401 'time' imported but unused
./meteora/server.py:42:1: W293 blank line contains whitespace
./meteora/server.py:44:1: W293 blank line contains whitespace
./meteora/server.py:48:1: E302 expected 2 blank lines, found 1
./meteora/server.py:51:1: W293 blank line contains whitespace
./meteora/server.py:56:1: W293 blank line contains whitespace
./meteora/server.py:59:1: W293 blank line contains whitespace
./meteora/server.py:60:1: E302 expected 2 blank lines, found 1
./meteora/server.py:67:1: E302 expected 2 blank lines, found 1
./meteora/server.py:73:29: E128 continuation line under-indented for visual indent
./meteora/server.py:74:29: E128 continuation line under-indented for visual indent
./meteora/server.py:74:80: E501 line too long (80 > 79 characters)
./meteora/server.py:75:29: E128 continuation line under-indented for visual indent
./meteora/server.py:76:29: E128 continuation line under-indented for visual indent
./meteora/server.py:77:29: E128 continuation line under-indented for visual indent
./meteora/server.py:78:29: E128 continuation line under-indented for visual indent
./meteora/server.py:79:29: E128 continuation line under-indented for visual indent
./meteora/server.py:80:29: E128 continuation line under-indented for visual indent
./meteora/server.py:81:29: E128 continuation line under-indented for visual indent
./meteora/server.py:81:80: E501 line too long (81 > 79 characters)
./meteora/server.py:82:55: E231 missing whitespace after ','
./meteora/server.py:83:28: E231 missing whitespace after ','
./meteora/server.py:90:1: W293 blank line contains whitespace
./meteora/server.py:91:1: E302 expected 2 blank lines, found 1
./meteora/server.py:96:1: W293 blank line contains whitespace
./meteora/server.py:105:1: W293 blank line contains whitespace
./meteora/server.py:108:11: W292 no newline at end of file
./meteora/utils.py:7:1: W391 blank line at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant