Marian Beermann 8 năm trước cách đây
mục cha
commit
742bfa33c4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/borg/key.py

+ 1 - 0
src/borg/key.py

@@ -148,6 +148,7 @@ class KeyBase:
     def id_hash(self, data):
         """Return HMAC hash using the "id" HMAC key
         """
+
     def compress(self, chunk):
         compr_args, chunk = self.compression_decider2.decide(chunk)
         compressor = Compressor(**compr_args)