nit: fix missing EOF newline

This commit is contained in:
Jakub Warmuz 2015-09-06 09:27:39 +00:00
parent fe3e8d7302
commit 6fab6c80b6
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

2
.pep8
View file

@ -1,4 +1,4 @@
[pep8]
# E265 block comment should start with '# '
# E501 line too long (X > 79 characters)
ignore = E265,E501
ignore = E265,E501