--- a/Plugins/CheckerPlugins/Pep8/Pep8Fixer.py Sat Sep 07 15:47:53 2013 +0200
+++ b/Plugins/CheckerPlugins/Pep8/Pep8Fixer.py Sun Sep 08 13:16:07 2013 +0200
@@ -32,6 +32,7 @@
]
+# TODO: add fixes for N804, N805
class Pep8Fixer(QObject):
"""
Class implementing a fixer for certain PEP 8 issues.