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
Maybe worth clarifying (in the original post) what's the desired outcome? I assume builtins.list[Union[builtins.str, builtins.int, builtins.None]] but wanted to make sure.
While working on #3322 I have found this problem:
This turns out to be the cause of spurious
--strict-optional
errors I mentioned there.The text was updated successfully, but these errors were encountered: