code formatting

This commit is contained in:
Sven Czarnian
2021-12-22 13:29:21 +01:00
parent d9bc25a507
commit b441b945b9

View File

@@ -16,7 +16,6 @@ class RunwayManager:
self.RunwayInbounds = copy.deepcopy(configuration.PreceedingRunwayInbounds)
self.IafInbounds = copy.deepcopy(configuration.PreceedingIafInbounds)
def calculateEarliestArrivalTime(self, runway : str, node : Node, earliestArrivalTime : datetime):
constrainedETA = None