Skip to content

Commit

Permalink
Merge pull request #314 from raigorx/patch-1
Browse files Browse the repository at this point in the history
fix: Hashable import
  • Loading branch information
satwikkansal committed Sep 1, 2023
2 parents f32e9d3 + ab82f96 commit 19d4b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ False
<!-- Example ID: 9f6d8cf0-e1b5-42d0-84a0-4cfab25a0bc0 --->
**Output:**
```py
>>> from collections import Hashable
>>> from collections.abc import Hashable
>>> issubclass(list, object)
True
>>> issubclass(object, Hashable)
Expand Down

0 comments on commit 19d4b07

Please sign in to comment.