summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()