hgext/sqlitestore.py
changeset 52489 ba8f03ad8906
parent 52487 3daaa5195a30
child 52490 ef119f914fc1
--- a/hgext/sqlitestore.py	Wed Dec 11 00:33:49 2024 -0500
+++ b/hgext/sqlitestore.py	Tue Oct 22 23:36:48 2024 -0400
@@ -312,8 +312,7 @@
     node = attr.ib(default=None, type=Optional[bytes])
 
 
-@interfaceutil.implementer(repository.ifilestorage)
-class sqlitefilestore:
+class sqlitefilestore(repository.ifilestorage):
     """Implements storage for an individual tracked path."""
 
     def __init__(self, db, path, compression):