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
It seems that our resolving breaks down when using from __future__ import annotations at least with type unions (optional). We should investigate the PEP and test the interaction, and possibly use the proper get_type_hints instead of parsing types by hand.