Fix pep8 errors

Bug #787276 reported by Manuel Cerón
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
txsolr
Fix Committed
Low
Manuel Cerón

Bug Description

We have a lot of pep8 errors:

txsolr/__init__.py:24:17: E231 missing whitespace after ','
txsolr/__init__.py:30:80: E501 line too long (80 characters)
txsolr/__init__.py:32:80: E501 line too long (80 characters)
txsolr/__init__.py:37:1: E302 expected 2 blank lines, found 1
txsolr/__init__.py:46:1: E302 expected 2 blank lines, found 1
txsolr/__init__.py:57:1: W391 blank line at end of file
txsolr/client.py:62:80: E501 line too long (80 characters)
txsolr/client.py:112:20: E201 whitespace after '{'
txsolr/client.py:139:24: E201 whitespace after '{'
txsolr/client.py:241:80: E501 line too long (80 characters)
txsolr/client.py:242:80: E501 line too long (80 characters)
txsolr/errors.py:25:1: E302 expected 2 blank lines, found 1
txsolr/errors.py:30:1: E302 expected 2 blank lines, found 1
txsolr/errors.py:36:1: E302 expected 2 blank lines, found 1
txsolr/errors.py:41:1: E302 expected 2 blank lines, found 1
txsolr/response.py:46:1: E302 expected 2 blank lines, found 1
txsolr/response.py:60:27: E225 missing whitespace around operator
txsolr/response.py:103:80: E501 line too long (80 characters)
txsolr/response.py:164:5: E303 too many blank lines (2)
txsolr/response.py:183:1: W391 blank line at end of file
txsolr/test/test_client.py:16:1: E302 expected 2 blank lines, found 1
txsolr/test/test_client.py:52:1: E302 expected 2 blank lines, found 1
txsolr/test/test_client.py:56:1: E302 expected 2 blank lines, found 1
txsolr/test/test_client.py:113:43: E225 missing whitespace around operator
txsolr/test/test_client.py:125:25: E261 at least two spaces before inline comment
txsolr/test/test_client.py:254:9: E303 too many blank lines (2)
txsolr/test/test_client.py:273:34: E202 whitespace before '}'
txsolr/test/test_client.py:488:61: E261 at least two spaces before inline comment
txsolr/test/test_client.py:513:5: E303 too many blank lines (2)
txsolr/test/test_client.py:611:43: E251 no spaces around keyword / parameter equals
txsolr/test/test_client.py:615:9: E303 too many blank lines (2)
txsolr/test/test_client.py:622:43: E251 no spaces around keyword / parameter equals
txsolr/test/test_input.py:78:5: E303 too many blank lines (2)
txsolr/test/test_response.py:6:1: E302 expected 2 blank lines, found 1

Manuel Cerón (ceronman)
Changed in txsolr:
importance: Undecided → Low
assignee: nobody → Manuel Cerón (ceronman)
status: New → In Progress
Manuel Cerón (ceronman)
Changed in txsolr:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.