Skip to content

Commit

Permalink
Add Position to the nodes.__init__ (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord authored Feb 27, 2022
1 parent a5bd030 commit 98280b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions astroid/nodes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
function_to_method,
get_wrapping_class,
)
from astroid.nodes.utils import Position

_BaseContainer = BaseContainer # TODO Remove for astroid 3.0

Expand Down Expand Up @@ -288,6 +289,7 @@
"NodeNG",
"Nonlocal",
"Pass",
"Position",
"Raise",
"Return",
"Set",
Expand Down

0 comments on commit 98280b5

Please sign in to comment.