Code review comment for lp:~pguimaraes/python-jujuclient/python-jujuclient

Revision history for this message
Ryan Beisner (1chb1n) wrote :

rbeisner@rby:~/bzr/python-jujuclient$ flake8 jujuclient/
jujuclient/utils.py:9:1: E302 expected 2 blank lines, found 1
jujuclient/utils.py:16:1: E302 expected 2 blank lines, found 1
jujuclient/utils.py:23:1: E302 expected 2 blank lines, found 1
jujuclient/juju2/connector.py:1:1: E902 IndentationError: unindent does not match any outer indentation level
jujuclient/juju2/connector.py:43:1: E305 expected 2 blank lines after class or function definition, found 0
jujuclient/juju2/connector.py:44:8: E999 IndentationError: unexpected indent
jujuclient/juju2/connector.py:44:9: E113 unexpected indentation

review: Needs Fixing

« Back to merge proposal