You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try losing remaining from __future__ import annotations lines. Currently required only in order to use typing.TYPE_CHECKER to avoid type annotations causing circular imports. If can't lose these lines, move this point forward for review when bump to 3.12.
The text was updated successfully, but these errors were encountered:
from __future__ import annotations
lines. Currently required only in order to usetyping.TYPE_CHECKER
to avoid type annotations causing circular imports. If can't lose these lines, move this point forward for review when bump to 3.12.The text was updated successfully, but these errors were encountered: