Skip to content

Commit 6ca3ad3

Browse files
committed
fixed import
1 parent ef708eb commit 6ca3ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/python/app/models/route_stops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .base import BaseModel
77

88
if TYPE_CHECKING:
9-
from .route import Route
9+
from .routes import Route
1010

1111

1212
class RouteStopBase(SQLModel):

0 commit comments

Comments
 (0)