Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

fix a number of pep8 violations #16

Merged
merged 1 commit into from
Feb 2, 2015
Merged

fix a number of pep8 violations #16

merged 1 commit into from
Feb 2, 2015

Conversation

davidlmorton
Copy link
Contributor

./ptero_common/devserver.py:17:27: E261 at least two spaces before inline comment
./ptero_common/devserver.py:35:1: E302 expected 2 blank lines, found 1
./ptero_common/devserver.py:52:1: E302 expected 2 blank lines, found 1
./ptero_common/devserver.py:56:81: E501 line too long (84 > 80 characters)
./ptero_common/devserver.py:76:1: E302 expected 2 blank lines, found 1
./ptero_common/devserver.py:80:1: E302 expected 2 blank lines, found 1
./ptero_common/devserver.py:104:81: E501 line too long (85 > 80 characters)
./ptero_common/logging_configuration.py:29:1: E302 expected 2 blank lines, found 1
./ptero_common/logging_configuration.py:67:17: E128 continuation line under-indented for visual indent
./ptero_common/janitors/base.py:16:21: E128 continuation line under-indented for visual indent
./ptero_common/janitors/base.py:17:21: E128 continuation line under-indented for visual indent
./ptero_common/janitors/exceptions.py:1:34: E701 multiple statements on one line (colon)
./ptero_common/janitors/rabbitmq_janitor.py:2:1: F403 'from exceptions import *' used; unable to detect undefined names
./ptero_common/janitors/rabbitmq_janitor.py:28:13: E128 continuation line under-indented for visual indent
./ptero_common/janitors/rabbitmq_janitor.py:118:21: E128 continuation line under-indented for visual indent

./ptero_common/devserver.py:17:27: E261 at least two spaces before inline comment
./ptero_common/devserver.py:35:1: E302 expected 2 blank lines, found 1
./ptero_common/devserver.py:52:1: E302 expected 2 blank lines, found 1
./ptero_common/devserver.py:56:81: E501 line too long (84 > 80 characters)
./ptero_common/devserver.py:76:1: E302 expected 2 blank lines, found 1
./ptero_common/devserver.py:80:1: E302 expected 2 blank lines, found 1
./ptero_common/devserver.py:104:81: E501 line too long (85 > 80 characters)
./ptero_common/logging_configuration.py:29:1: E302 expected 2 blank lines, found 1
./ptero_common/logging_configuration.py:67:17: E128 continuation line under-indented for visual indent
./ptero_common/janitors/base.py:16:21: E128 continuation line under-indented for visual indent
./ptero_common/janitors/base.py:17:21: E128 continuation line under-indented for visual indent
./ptero_common/janitors/exceptions.py:1:34: E701 multiple statements on one line (colon)
./ptero_common/janitors/rabbitmq_janitor.py:2:1: F403 'from exceptions import *' used; unable to detect undefined names
./ptero_common/janitors/rabbitmq_janitor.py:28:13: E128 continuation line under-indented for visual indent
./ptero_common/janitors/rabbitmq_janitor.py:118:21: E128 continuation line under-indented for visual indent
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 3.63% when pulling 4e8712a on davidlmorton:pep8 into 5fd63ed on genome:master.

mkiwala added a commit that referenced this pull request Feb 2, 2015
fix a number of pep8 violations
@mkiwala mkiwala merged commit de24825 into genome:master Feb 2, 2015
@mkiwala mkiwala removed the in review label Feb 2, 2015
@mkiwala mkiwala deleted the pep8 branch February 2, 2015 15:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants