summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-06 20:36:18 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-06 20:36:18 +0300
commita51ab770fa3a64b057285a4140758f9d07c95014 (patch)
tree813c47be9e46dc951597839ad5168e0db3350ac0
parentc60e0fa22dde5384a7d521d4c2ac7001b8db09f6 (diff)
downloadpylint-a51ab770fa3a64b057285a4140758f9d07c95014.tar.gz
Remove trailing whitespace.
-rw-r--r--pylint/checkers/typecheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/typecheck.py b/pylint/checkers/typecheck.py
index 12c77c6..faa8baf 100644
--- a/pylint/checkers/typecheck.py
+++ b/pylint/checkers/typecheck.py
@@ -726,7 +726,7 @@ accessed. Python regular expressions are accepted.'}
for path in six.moves.filter(None, _unflatten(context.path)):
scope = path.scope()
if not isinstance(scope, astroid.Function):
- continue
+ continue
if decorated_with(scope, ['contextlib.contextmanager']):
break
else: