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
from __future__ importannotationsdeff(x: None|str) ->None:
pass
gives
File "/home/neil/src/flax/a.py", line 2, in <module>: unsupported operand type(s) for |: 'None: None' and 'str: Type[str]' [unsupported-operands]
No attribute '__or__' on 'None: None' or '__ror__' on 'str: Type[str]'
The text was updated successfully, but these errors were encountered:
On Python 3.9:
gives
The text was updated successfully, but these errors were encountered: