hgext/convert/bzr.py
changeset 52643 5cc8deb96b48
parent 52642 73ab542565e0
--- a/hgext/convert/bzr.py	Sun Jan 05 22:12:02 2025 -0500
+++ b/hgext/convert/bzr.py	Sun Jan 05 22:23:31 2025 -0500
@@ -62,7 +62,7 @@
     """Reads Bazaar repositories by using the Bazaar Python libraries"""
 
     def __init__(self, ui, repotype, path, revs=None):
-        super(bzr_source, self).__init__(ui, repotype, path, revs=revs)
+        super().__init__(ui, repotype, path, revs=revs)
 
         if not os.path.exists(os.path.join(path, b'.bzr')):
             raise common.NoRepo(