fix type hinting import
This commit is contained in:
parent
098c272ba2
commit
c2ae631d84
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue