Skip to content

Commit

Permalink
Placate flake8-bugbear B020
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Mar 25, 2022
1 parent 6d45f0b commit f5f8240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytools/__init__.py
Expand Up @@ -2294,7 +2294,7 @@ def __call__(self, based_on: str = "id") -> str:

# }}}

for counter, var_name in generate_numbered_unique_names(based_on, counter): # noqa: B007,E501
for counter, var_name in generate_numbered_unique_names(based_on, counter): # noqa: B020,B007,E501
if not self.is_name_conflicting(var_name):
break

Expand Down

0 comments on commit f5f8240

Please sign in to comment.