Skip to content

Commit bf68d90

Browse files
committed
-
1 parent b333082 commit bf68d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_toolbox/nifty_collections/various_ordered_sets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __hash__(self):
109109

110110

111111

112-
class OrderedSet(BaseOrderedSet, collections.MutableSet):
112+
class OrderedSet(BaseOrderedSet, collections.abc.MutableSet):
113113
'''
114114
A `set` with an order.
115115

0 commit comments

Comments
 (0)