averrin / emergent

Эксперимент на самоорганизацию программеров.
emergent.averr.in
MIT License
6 stars 4 forks source link

Code style issues in ./rpg/models.py #49

Closed shmygol closed 11 years ago

shmygol commented 11 years ago

from Travis logs:

$ pep8 --ignore=E501,E225,E128 . ./rpg/models.py:15:5: E301 expected 1 blank line, found 0 ./rpg/models.py:18:1: E302 expected 2 blank lines, found 1 ./rpg/models.py:20:5: E301 expected 1 blank line, found 0 ./rpg/models.py:23:1: E302 expected 2 blank lines, found 1 ./rpg/models.py:61:1: W391 blank line at end of file