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):
         """Return HMAC hash using the "id" HMAC key
         """
+
     def compress(self, chunk):
         compr_args, chunk = self.compression_decider2.decide(chunk)
         compressor = Compressor(**compr_args)