Skip to content

Commit 5f5bb52

Browse files
committed
Remove object subclassing.
1 parent 3e7b422 commit 5f5bb52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/identityset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# vim:ts=4:et:
44

55

6-
class IdentitySet(object):
6+
class IdentitySet:
77
""" This set implementation only adds items
88
if they are not exactly the same (same reference)
99
preserving its order (OrderedDict). Allows deleting by ith-index.

0 commit comments

Comments
 (0)