We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf48278 commit f2aaeb9Copy full SHA for f2aaeb9
bugbear.py
@@ -308,7 +308,6 @@ class BugBearVisitor(ast.NodeVisitor):
308
filename = attr.ib()
309
lines = attr.ib()
310
b008_extend_immutable_calls = attr.ib(default=attr.Factory(set))
311
- node_stack = attr.ib(default=attr.Factory(list))
312
node_window = attr.ib(default=attr.Factory(list))
313
errors = attr.ib(default=attr.Factory(list))
314
futures = attr.ib(default=attr.Factory(set))
0 commit comments