Skip to content

Commit

Permalink
[skip ci] Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Jun 20, 2024
1 parent 33a520f commit 256f282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/checkers/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -2630,7 +2630,7 @@ def _loopvar_name(self, node: astroid.Name) -> None:
else_stmt, (nodes.Return, nodes.Raise, nodes.Break, nodes.Continue)
):
return
# TODO: 4.0: Consider using RefactoringChecker._is_function_def_never_returning
# TODO: 4.0: Consider using utils.is_terminating_func
if isinstance(else_stmt, nodes.Expr) and isinstance(
else_stmt.value, nodes.Call
):
Expand Down

0 comments on commit 256f282

Please sign in to comment.