blob: 1c10641aeb47c10d85ee5fdd07793e42c19b4c6f [file] [log] [blame]
Prevent ``used-before-assignment`` when imports guarded by ``if TYPE_CHECKING``
are guarded again when used.
Closes #7979