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