Streamlining

This commit is contained in:
Raffson
2023-10-07 17:29:44 +02:00
parent 3499ba5ffa
commit c50dcaaafb
7 changed files with 17 additions and 11 deletions

View File

@@ -119,7 +119,6 @@ class RequirementBuilder:
def maximum_turn_to(
self, turn_point: Point, next_point: Point, turn_limit: Heading
) -> None:
large_distance = nautical_miles(400)
next_heading = Heading.from_degrees(
angle_between_points(next_point, turn_point)