Fix mypy errors

This commit is contained in:
Raffson
2022-11-13 11:40:47 +01:00
parent 2270300177
commit e71ff17a23
2 changed files with 9 additions and 6 deletions

View File

@@ -92,6 +92,7 @@ class SweepFlightPlan(LoiterFlightPlan):
GroundSpeed.for_flight(self.flight, self.layout.hold.alt),
)
@property
def mission_departure_time(self) -> timedelta:
return self.sweep_end_time