blob: b25d1dad1f036b7d0c7f7d0b8532cdd8d0f33cf3 [file] [log] [blame]
Fix a false positive for ``unused-variable`` when there is an import in a ``if TYPE_CHECKING:`` block and ``allow-global-unused-variables`` is set to ``no`` in the configuration.
Closes #8696