mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
Remove unneeded code
This commit is contained in:
@@ -88,10 +88,6 @@ class File:
|
||||
def start_delta_calculation(self) -> None:
|
||||
sl = self.signature_loader
|
||||
assert sl is not None
|
||||
if not sl.finished:
|
||||
sl()
|
||||
if not sl.finished:
|
||||
raise ValueError('Delta signature is incomplete')
|
||||
self.state = FileState.transmitting
|
||||
self.delta_loader = delta_for_file(self.expanded_local_path, sl.signature)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user