Marian Beermann 8 年之前
父节点
当前提交
742bfa33c4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/borg/key.py

+ 1 - 0
src/borg/key.py

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