summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8198.bugfix
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/8198.bugfix')
-rw-r--r--doc/whatsnew/fragments/8198.bugfix4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8198.bugfix b/doc/whatsnew/fragments/8198.bugfix
new file mode 100644
index 000000000..61b4028ce
--- /dev/null
+++ b/doc/whatsnew/fragments/8198.bugfix
@@ -0,0 +1,4 @@
+Fix ``used-before-assignment`` false negative when TYPE_CHECKING imports
+are used in multiple scopes.
+
+Closes #8198