mercurial/dirstate.py
changeset 49037 642e31cb55f0
parent 49013 fe056166b40d
child 49314 2e726c934fcd
--- a/mercurial/dirstate.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/dirstate.py	Mon Feb 21 13:08:28 2022 -0700
@@ -90,7 +90,7 @@
 
 
 @interfaceutil.implementer(intdirstate.idirstate)
-class dirstate(object):
+class dirstate:
     def __init__(
         self,
         opener,