diff -r 24ee91ba9aa8 -r 9bd6854aab86 hgext/clonebundles.py --- a/hgext/clonebundles.py Sun Jan 05 21:03:17 2025 -0500 +++ b/hgext/clonebundles.py Sun Jan 05 22:00:40 2025 -0500 @@ -390,7 +390,7 @@ AUTO_GEN_FILE = b'clonebundles.auto-gen' -class BundleBase(object): +class BundleBase: """represents the core of properties that matters for us in a bundle :bundle_type: the bundlespec (see hg help bundlespec)