Skip to content

Commit f2aaeb9

Browse files
committed
fix name collision for node_stack on python 3.12
1 parent bf48278 commit f2aaeb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bugbear.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ class BugBearVisitor(ast.NodeVisitor):
308308
filename = attr.ib()
309309
lines = attr.ib()
310310
b008_extend_immutable_calls = attr.ib(default=attr.Factory(set))
311-
node_stack = attr.ib(default=attr.Factory(list))
312311
node_window = attr.ib(default=attr.Factory(list))
313312
errors = attr.ib(default=attr.Factory(list))
314313
futures = attr.ib(default=attr.Factory(set))

0 commit comments

Comments
 (0)