summaryrefslogtreecommitdiff
path: root/astroid/inference.py
diff options
context:
space:
mode:
authorCeridwen <ceridwenv@gmail.com>2015-07-11 13:19:42 -0400
committerCeridwen <ceridwenv@gmail.com>2015-07-11 13:19:42 -0400
commite6216b82884f324cc41a834725d2a992077d6a2d (patch)
tree93acdf98ede65da81ab65bcd325712dc91c39cb2 /astroid/inference.py
parent94159d53d26043268084a732487b196dd44f9f3d (diff)
downloadastroid-git-e6216b82884f324cc41a834725d2a992077d6a2d.tar.gz
Fix bugs introduced by merge and formatting
Diffstat (limited to 'astroid/inference.py')
-rw-r--r--astroid/inference.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/inference.py b/astroid/inference.py
index c124d3bc..30e02288 100644
--- a/astroid/inference.py
+++ b/astroid/inference.py
@@ -702,7 +702,7 @@ def infer_empty_node(self, context=None):
else:
try:
for inferred in MANAGER.infer_ast_from_something(self.object,
- context=context):
+ context=context):
yield inferred
except AstroidError:
yield YES