another weird conditional issue
Closed this issue · 0 comments
zzzeek commented
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