Open giantpanpan opened 5 years ago
Hello @giantpanpan! Thanks for submitting the PR.
In the file pySearch.py
, following are the PEP8 issues :
Line 8:9: E128 continuation line under-indented for visual indent Line 9:9: E128 continuation line under-indented for visual indent Line 11:9: E128 continuation line under-indented for visual indent Line 12:9: E128 continuation line under-indented for visual indent Line 12:9: W503 line break before binary operator Line 13:9: E128 continuation line under-indented for visual indent Line 15:9: E128 continuation line under-indented for visual indent Line 16:9: E128 continuation line under-indented for visual indent
In the file search.py
, following are the PEP8 issues :
Line 39:9: E128 continuation line under-indented for visual indent Line 39:9: W503 line break before binary operator
In the file tests/test_search.py
, following are the PEP8 issues :
Line 10:5: E128 continuation line under-indented for visual indent Line 10:5: W503 line break before binary operator
In the file tests/test_search_google.py
, following are the PEP8 issues :
Line 11:5: E128 continuation line under-indented for visual indent Line 11:5: W503 line break before binary operator
In the file tests/test_search_twitter.py
, following are the PEP8 issues :
Line 10:5: E128 continuation line under-indented for visual indent Line 10:5: W503 line break before binary operator
Hi I fixed the flake8 error "E501, # line too long (105 > 79 characters)" as well as the indentation error of tests I added before