Skip to content

Commit

Permalink
Check, add ignores for bugbear B023
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 3, 2022
1 parent 7c9e4c6 commit 1711b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_var_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def __init__(self, iterable):
@classmethod
def name(cls):
return "ContainerlikeClass:{}".format(
":".join(selected_methods))
":".join(selected_methods)) # noqa: B023

for method in selected_methods:
func = method_factory(method)
Expand Down

0 comments on commit 1711b0e

Please sign in to comment.