summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astroid/raw_building.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/raw_building.py b/astroid/raw_building.py
index c852485e..96d556b4 100644
--- a/astroid/raw_building.py
+++ b/astroid/raw_building.py
@@ -354,7 +354,7 @@ class InspectBuilder:
# This should be called for Jython, where some builtin
# methods aren't caught by isbuiltin branch.
_build_from_function(node, name, member, self._module)
- elif hasattr(member, '__all__'):
+ elif hasattr(member, "__all__"):
module = build_module(name)
_attach_local_node(node, module, name)
# recursion