Marian Beermann 8 years ago
parent
commit
742bfa33c4
1 changed files with 1 additions and 0 deletions
  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)