Skip to content

Commit

Permalink
Update doc/whatsnew/fragments/7311.false_positive
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
  • Loading branch information
DanielNoord and jacobtylerwalls committed Sep 17, 2022
1 parent b0ed222 commit 92bf4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/whatsnew/fragments/7311.false_positive
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Fix false positive for ``undefined-loop-variable`` in ``for-else`` loops that use a function that is
typed as being ``NoReturn`` or ``Never``.
Fix false positive for ``undefined-loop-variable`` in ``for-else`` loops that use a function
having a return type annotation of ``NoReturn`` or ``Never``.

Closes #7311

0 comments on commit 92bf4ff

Please sign in to comment.