summaryrefslogtreecommitdiff
path: root/protocols.py
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2011-01-11 14:53:07 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2011-01-11 14:53:07 +0100
commit7bbae9019bd7474f66aa2ab878cbe3565f6dd516 (patch)
tree9154bf8f4517bfa581f91ad866d76fbbd341887f /protocols.py
parent1617a8ea349cebaaa98505b3c0c6c3f3e39768f7 (diff)
downloadastroid-git-7bbae9019bd7474f66aa2ab878cbe3565f6dd516.tar.gz
cleanup
Diffstat (limited to 'protocols.py')
-rw-r--r--protocols.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols.py b/protocols.py
index 6e7415d6..34bbe759 100644
--- a/protocols.py
+++ b/protocols.py
@@ -195,7 +195,7 @@ def for_assigned_stmts(self, node, context=None, asspath=None):
yield item
else:
for infered in _resolve_looppart(self.iter.infer(context),
- asspath, context):
+ asspath, context):
yield infered
nodes.For.assigned_stmts = raise_if_nothing_infered(for_assigned_stmts)