Jelmer Vernooij 1 rok pred
rodič
commit
85e29cbc4c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      dulwich/pack.py

+ 1 - 1
dulwich/pack.py

@@ -109,7 +109,7 @@ PackHint = Tuple[int, Optional[bytes]]
 
 
 class UnresolvedDeltas(Exception):
-    """ "Delta objects could not be resolved."""
+    """Delta objects could not be resolved."""
 
     def __init__(self, shas):
         self.shas = shas