Skip to content

Commit

Permalink
fix airports not proximitying
Browse files Browse the repository at this point in the history
  • Loading branch information
iiiii7d committed Jun 6, 2024
1 parent 68766ff commit df95c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatelogue-aggregator/src/gatelogue_aggregator/types/air.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def process_code[T: (str, None)](s: T, airline_name: str | None = None) -> set[T


@dataclasses.dataclass(unsafe_hash=True, kw_only=True)
class Airport(Node[_AirContext]):
class Airport(LocatedNode[_AirContext]):
acceptable_list_node_types = lambda: (Gate, Airport, LocatedNode) # noqa: E731

@override
Expand Down

0 comments on commit df95c83

Please sign in to comment.