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
If the required python version in the pyproject.toml is set to >3.10, generating the stub with from __future__ import annotations is not really required anymore as far as I know. so can that be fixed?
If the required python version in the pyproject.toml is set to >3.10, generating the stub with
from __future__ import annotationsis not really required anymore as far as I know. so can that be fixed?