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

Flake8 errors for handler.py #7

Closed
ceduze opened this issue May 29, 2018 · 1 comment
Closed

Flake8 errors for handler.py #7

ceduze opened this issue May 29, 2018 · 1 comment
Assignees

Comments

@ceduze
Copy link
Collaborator

ceduze commented May 29, 2018

news-article-nlp/libraries/handler.py:4:80: E501 line too long (81 > 79 characters)
news-article-nlp/libraries/handler.py:5:80: E501 line too long (81 > 79 characters)
news-article-nlp/libraries/handler.py:8:80: E501 line too long (97 > 79 characters)
news-article-nlp/libraries/handler.py:13:1: E265 block comment should start with '# '
news-article-nlp/libraries/handler.py:24:1: E302 expected 2 blank lines, found 1
news-article-nlp/libraries/handler.py:30:80: E501 line too long (85 > 79 characters)
news-article-nlp/libraries/handler.py:46:80: E501 line too long (80 > 79 characters)
news-article-nlp/libraries/handler.py:52:80: E501 line too long (84 > 79 characters)
news-article-nlp/libraries/handler.py:53:80: E501 line too long (88 > 79 characters)
news-article-nlp/libraries/handler.py:55:9: E265 block comment should start with '# '
news-article-nlp/libraries/handler.py:57:80: E501 line too long (91 > 79 characters)
news-article-nlp/libraries/handler.py:58:80: E501 line too long (87 > 79 characters)
news-article-nlp/libraries/handler.py:65:9: E303 too many blank lines (2)
news-article-nlp/libraries/handler.py:77:80: E501 line too long (88 > 79 characters)
news-article-nlp/libraries/handler.py:92:80: E501 line too long (93 > 79 characters)
news-article-nlp/libraries/handler.py:93:80: E501 line too long (89 > 79 characters)
news-article-nlp/libraries/handler.py:94:80: E501 line too long (88 > 79 characters)
news-article-nlp/libraries/handler.py:109:1: E302 expected 2 blank lines, found 1
news-article-nlp/libraries/handler.py:125:1: E302 expected 2 blank lines, found 1

@ryanbae89
Copy link
Owner

completed, module passes all flake8 tests.

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

No branches or pull requests

5 participants