hgext/git/dirstate.py
changeset 49037 642e31cb55f0
parent 48966 6000f5b25c9b
child 49132 20d151e43429
--- a/hgext/git/dirstate.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/hgext/git/dirstate.py	Mon Feb 21 13:08:28 2022 -0700
@@ -66,7 +66,7 @@
 
 
 @interfaceutil.implementer(intdirstate.idirstate)
-class gitdirstate(object):
+class gitdirstate:
     def __init__(self, ui, root, gitrepo):
         self._ui = ui
         self._root = os.path.dirname(root)