Skip to content

Commit

Permalink
Keep bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Aug 12, 2021
1 parent 4225d2e commit bf46598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/extensions/code_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _check_inplace_defined_list_set(
self.add_message(
"consider-using-tuple",
node=node.iter,
args=(f" instead of {node.iter.__class__.__qualname__.lower()}"),
args=(f" instead of {node.iter.__class__.__qualname__.lower()}",),
)


Expand Down

0 comments on commit bf46598

Please sign in to comment.