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
commitd3b9b7b8e06de3d56c4d479cd996bd97c901924f (patch)
tree68dbee99594377139b145356dc9f05bdb4d95f9a /astroid/inference.py
parent87e083757e3ad9a352ff3c6d8e3050cad2d3913e (diff)
downloadastroid-d3b9b7b8e06de3d56c4d479cd996bd97c901924f.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 c124d3b..30e0228 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