Skip to content

Commit c44b1de

Browse files
authored
Fix import astroid.scoped_nodes (#1325)
1 parent fe51be5 commit c44b1de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astroid/nodes/scoped_nodes/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
LocalsDictNodeNG,
1919
Module,
2020
SetComp,
21+
_is_metaclass,
2122
builtin_lookup,
2223
function_to_method,
2324
get_wrapping_class,
@@ -38,4 +39,5 @@
3839
"builtin_lookup",
3940
"function_to_method",
4041
"get_wrapping_class",
42+
"_is_metaclass",
4143
)

0 commit comments

Comments
 (0)