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
odin/backend/__init__.py:6
/root/checked_repos/odin-ai/odin/backend/__init__.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
from collections import Mapping
odin/utils/__init__.py:21
odin/utils/__init__.py:21
/root/checked_repos/odin-ai/odin/utils/__init__.py:21: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
from collections import Iterable, Iterator, Mapping, OrderedDict, deque
odin/utils/crypto.py:9
/root/checked_repos/odin-ai/odin/utils/crypto.py:9: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
from collections import Sequence
Use collections.abc for ABC import.
The text was updated successfully, but these errors were encountered: