We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7b422 commit 5f5bb52Copy full SHA for 5f5bb52
1 file changed
api/identityset.py
@@ -3,7 +3,7 @@
3
# vim:ts=4:et:
4
5
6
-class IdentitySet(object):
+class IdentitySet:
7
""" This set implementation only adds items
8
if they are not exactly the same (same reference)
9
preserving its order (OrderedDict). Allows deleting by ith-index.
0 commit comments