summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/3299.false_positive
blob: b1e61c9313bf63e87dd3a2d20af37145caf28b0f (plain)
1
2
3
Fix false positive for ``unused-variable`` and ``unused-import`` when a name is only used in a string literal type annotation.

Closes #3299