sqlalchemyorg/zimports

another weird conditional issue

Closed this issue · 0 comments

not sure what is special here

import typing
from typing import TypeVar
from typing import Any

if typing.TYPE_CHECKING:
    from .state import InstanceState  # noqa

_T = TypeVar("_T", bound=Any)

syntax error