mercurial/dirstate.py
changeset 48946 642e31cb55f0
parent 48922 fe056166b40d
child 49306 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,