Skip to content

Commit

Permalink
fix name collision for node_stack on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Sep 2, 2023
1 parent bf48278 commit f2aaeb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ class BugBearVisitor(ast.NodeVisitor):
filename = attr.ib()
lines = attr.ib()
b008_extend_immutable_calls = attr.ib(default=attr.Factory(set))
node_stack = attr.ib(default=attr.Factory(list))
node_window = attr.ib(default=attr.Factory(list))
errors = attr.ib(default=attr.Factory(list))
futures = attr.ib(default=attr.Factory(set))
Expand Down

0 comments on commit f2aaeb9

Please sign in to comment.