hgext/convert/cvs.py
changeset 52643 5cc8deb96b48
parent 52640 24ee91ba9aa8
--- a/hgext/convert/cvs.py	Sun Jan 05 22:12:02 2025 -0500
+++ b/hgext/convert/cvs.py	Sun Jan 05 22:23:31 2025 -0500
@@ -38,7 +38,7 @@
 
 class convert_cvs(converter_source):
     def __init__(self, ui, repotype, path, revs=None):
-        super(convert_cvs, self).__init__(ui, repotype, path, revs=revs)
+        super().__init__(ui, repotype, path, revs=revs)
 
         cvs = os.path.join(path, b"CVS")
         if not os.path.exists(cvs):