fix type hinting import

This commit is contained in:
Laura Klünder 2024-12-17 23:23:27 +00:00
parent 098c272ba2
commit c2ae631d84

View file

@ -11,7 +11,7 @@ from c3nav.mapdata.models import Location
from c3nav.routing.models import RouteOptions
if TYPE_CHECKING:
from c3nav.routing.router import Router, RouterLocation, RouterNodeAndEdge
from c3nav.routing.router import Router, RouterPoint, RouterNodeAndEdge
def describe_location(location, locations):