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
comparison_methods\python_easy_object.py", line 211, in __init__
_tmp.append(t(i, cast_types=cast_types, ordered=ordered))
~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: list() takes no keyword arguments
Add support to
list
in addition toList
See: https://peps.python.org/pep-0585/
The text was updated successfully, but these errors were encountered: