Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 11, 2024
1 parent 76538cd commit b8dd663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroid/nodes/scoped_nodes/scoped_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ def my_meth(self, arg):
),
)
_other_fields = ("name", "is_dataclass", "position")
_other_other_fields = ("locals")
_other_other_fields = "locals"

def __init__(
self,
Expand Down

0 comments on commit b8dd663

Please sign in to comment.