summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8198.bugfix
blob: 61b4028cea4f977fd08d67b5940fff051e5ec58d (plain)
1
2
3
4
Fix ``used-before-assignment`` false negative when TYPE_CHECKING imports
are used in multiple scopes.

Closes #8198