Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't use the deprecated location for Hashable
The Hashable object was moved in python 3.3 and support for the old location is dropped in python 3.10 the new location is available in python 3.8 so we can just update this and it should work with both python 3.8 and 3.11 https://docs.python.org/3.8/library/collections.html
- Loading branch information