Skip to content

Commit 08d0a10

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 74956dd commit 08d0a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/checkers/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ def _inferred_to_define_name_raise_or_return(
686686
case nodes.If():
687687
pass
688688
case _: # pragma: no cover
689-
# The function is only called for Try, With, For, While, Match and
689+
# The function is only called for Try, With, For, While, Match and
690690
# If nodes. All of which are being handled above.
691691
return False
692692

0 commit comments

Comments
 (0)