Skip to content

Commit 4baefcd

Browse files
committed
Fix model import
1 parent aeb3634 commit 4baefcd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

functions-python/operations_api/src/feeds_operations/impl/feeds_operations_impl.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,16 @@
3939
UpdateRequestGtfsRtFeed,
4040
)
4141
from shared.database.database import with_db_session, refresh_materialized_view
42-
from shared.database_gen.sqlacodegen_models import Gtfsfeed, t_feedsearch, Feed
42+
from shared.database_gen.sqlacodegen_models import (
43+
Gtfsfeed,
44+
t_feedsearch,
45+
Feed,
46+
Gtfsrealtimefeed,
47+
)
4348
from shared.helpers.query_helper import (
4449
query_feed_by_stable_id,
4550
get_feeds_query,
4651
)
47-
from shared.helpers.src.shared.database_gen.sqlacodegen_models import Gtfsrealtimefeed
4852
from .models.operation_feed_impl import OperationFeedImpl
4953
from .models.operation_gtfs_feed_impl import OperationGtfsFeedImpl
5054
from .models.operation_gtfs_rt_feed_impl import OperationGtfsRtFeedImpl

0 commit comments

Comments
 (0)