summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-07-01 13:40:41 +0300
committercpopa <devnull@localhost>2014-07-01 13:40:41 +0300
commita71c0b48285566da852d5db35cf5698bcad48119 (patch)
tree66f06ec094ceb16f79e8e303776a606c99427053
parent7f71cbb5cc39d981a544c6a1af50521a132ba44d (diff)
downloadpylint-a71c0b48285566da852d5db35cf5698bcad48119.tar.gz
Remove trailing whitespace.
-rw-r--r--checkers/classes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/classes.py b/checkers/classes.py
index 02d304b..e550734 100644
--- a/checkers/classes.py
+++ b/checkers/classes.py
@@ -276,7 +276,7 @@ a metaclass class method.'}
if any(node.frame().name in defining_methods
for node in nodes):
continue
-
+
# check attribute is defined in a parent's __init__
for parent in cnode.instance_attr_ancestors(attr):
attr_defined = False