Sven Czarnian пре 3 година
родитељ
комит
b441b945b9
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      aman/sys/aco/RunwayManager.py

+ 0 - 1
aman/sys/aco/RunwayManager.py

@@ -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