tests/simplestorerepo.py
changeset 52643 5cc8deb96b48
parent 52489 ba8f03ad8906
child 52644 e627cc25b6f3
--- a/tests/simplestorerepo.py	Sun Jan 05 22:12:02 2025 -0500
+++ b/tests/simplestorerepo.py	Sun Jan 05 22:23:31 2025 -0500
@@ -669,7 +669,7 @@
 
 class simplestore(store.encodedstore):
     def data_entries(self, undecodable=None):
-        for x in super(simplestore, self).data_entries():
+        for x in super().data_entries():
             yield x
 
         # Supplement with non-revlog files.