hgext/convert/git.py
changeset 48946 642e31cb55f0
parent 48875 6000f5b25c9b
child 51859 f4733654f144
--- a/hgext/convert/git.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/hgext/convert/git.py	Mon Feb 21 13:08:28 2022 -0700
@@ -19,7 +19,7 @@
 from . import common
 
 
-class submodule(object):
+class submodule:
     def __init__(self, path, node, url):
         self.path = path
         self.node = node