summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-22 18:56:10 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-22 18:56:10 +0100
commitad70a4bc595b95872b3269d523746dc4610f1a43 (patch)
tree6fba8b7f3fa5f243bca47a522954057bf83c29f8
parent9f74c9607eff049d11c2d1ce584b5f75a8049452 (diff)
downloadpylint-ad70a4bc595b95872b3269d523746dc4610f1a43.tar.gz
Remove trailing whitespace.
-rw-r--r--pylint/checkers/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/base.py b/pylint/checkers/base.py
index 8c13b91..1b13b78 100644
--- a/pylint/checkers/base.py
+++ b/pylint/checkers/base.py
@@ -508,7 +508,7 @@ class BasicErrorChecker(_BasicChecker):
# in its own body or if the call is not an instance
# creation. If the class is instantiated into its own
# body, we're expecting that it knows what it is doing.
- return
+ return
# __init__ was called
metaclass = infered.metaclass()