Skip to content

Commit

Permalink
Fix import astroid.scoped_nodes (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadchin authored Jan 3, 2022
1 parent fe51be5 commit c44b1de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions astroid/nodes/scoped_nodes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
LocalsDictNodeNG,
Module,
SetComp,
_is_metaclass,
builtin_lookup,
function_to_method,
get_wrapping_class,
Expand All @@ -38,4 +39,5 @@
"builtin_lookup",
"function_to_method",
"get_wrapping_class",
"_is_metaclass",
)

0 comments on commit c44b1de

Please sign in to comment.