We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb3634 commit 4baefcdCopy full SHA for 4baefcd
1 file changed
functions-python/operations_api/src/feeds_operations/impl/feeds_operations_impl.py
@@ -39,12 +39,16 @@
39
UpdateRequestGtfsRtFeed,
40
)
41
from shared.database.database import with_db_session, refresh_materialized_view
42
-from shared.database_gen.sqlacodegen_models import Gtfsfeed, t_feedsearch, Feed
+from shared.database_gen.sqlacodegen_models import (
43
+ Gtfsfeed,
44
+ t_feedsearch,
45
+ Feed,
46
+ Gtfsrealtimefeed,
47
+)
48
from shared.helpers.query_helper import (
49
query_feed_by_stable_id,
50
get_feeds_query,
51
-from shared.helpers.src.shared.database_gen.sqlacodegen_models import Gtfsrealtimefeed
52
from .models.operation_feed_impl import OperationFeedImpl
53
from .models.operation_gtfs_feed_impl import OperationGtfsFeedImpl
54
from .models.operation_gtfs_rt_feed_impl import OperationGtfsRtFeedImpl
0 commit comments