nit: fix missing EOF newline

This commit is contained in:
Jakub Warmuz
2015-09-06 09:27:39 +00:00
parent fe3e8d7302
commit 6fab6c80b6
+1 -1
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