ryanbae89/news_analyzer

flake8 errors for test_word_cloud_generator.py

Closed this issue · 1 comments

news-article-nlp/tests/test_word_cloud_generator.py:6:1: E402 module level import not at top of file
news-article-nlp/tests/test_word_cloud_generator.py:7:1: E402 module level import not at top of file
news-article-nlp/tests/test_word_cloud_generator.py:8:1: E402 module level import not at top of file
news-article-nlp/tests/test_word_cloud_generator.py:8:1: F401 'matplotlib.pyplot as plt' imported but unused
news-article-nlp/tests/test_word_cloud_generator.py:9:1: E265 block comment should start with '# '
news-article-nlp/tests/test_word_cloud_generator.py:12:1: E302 expected 2 blank lines, found 1

resolved