Jelmer Vernooij 1 рік тому
батько
коміт
85e29cbc4c
1 змінених файлів з 1 додано та 1 видалено
  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