File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
functions-python/operations_api/src/feeds_operations/impl Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3939 UpdateRequestGtfsRtFeed ,
4040)
4141from 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+ )
4348from 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
4852from .models .operation_feed_impl import OperationFeedImpl
4953from .models .operation_gtfs_feed_impl import OperationGtfsFeedImpl
5054from .models .operation_gtfs_rt_feed_impl import OperationGtfsRtFeedImpl
You can’t perform that action at this time.
0 commit comments