diff -r 55d132525155 -r 642e31cb55f0 hgext/convert/git.py --- 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