basedmypy icon indicating copy to clipboard operation
basedmypy copied to clipboard

Allow based type ops ('syntax') in `TYPE_CHECKING` blocks

Open KotlinIsland opened this issue 3 years ago • 0 comments

a: 1 | 2  # error
if TYPE_CHECKING:
    a: 1 | 2  # no error

KotlinIsland avatar Jul 25 '22 00:07 KotlinIsland