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
Instead of importing ABCs from collections, they should be imported from collections.abc. This is a general warning that pops up:
EMMO-python/ontopy/factpluspluswrapper/sync_factpp.py:42: 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 elif isinstance(ontology_or_world, collections.Sequence):
The text was updated successfully, but these errors were encountered:
Instead of importing ABCs from
collections
, they should be imported fromcollections.abc
. This is a general warning that pops up:The text was updated successfully, but these errors were encountered: