tests/test-ancestor.py
changeset 48946 642e31cb55f0
parent 48875 6000f5b25c9b
child 49285 56f98406831b
--- a/tests/test-ancestor.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/tests/test-ancestor.py	Mon Feb 21 13:08:28 2022 -0700
@@ -62,7 +62,7 @@
     return ancs
 
 
-class naiveincrementalmissingancestors(object):
+class naiveincrementalmissingancestors:
     def __init__(self, ancs, bases):
         self.ancs = ancs
         self.bases = set(bases)