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
I was mistaken - import typing is indeed broken since our update to 3.7 stdlib (we were on 3.6.5 before). This is because it now uses __class_getitem__ which we don't support, yet.