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
import data_utils.defaults as defaults
Traceback (most recent call last):
File "", line 1, in
File "/root/data-utils/data_utils/defaults.py", line 4, in
from data_utils.data import Basic_Value, Basic_Value_Not_None
File "/root/data-utils/data_utils/data.py", line 10, in
Basic_Value_Not_None = str | int | float
TypeError: unsupported operand type(s) for |: 'type' and 'type'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: