Skip to content

Commit f6945c6

Browse files
committed
fix import
1 parent f5b7d51 commit f6945c6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@
5151
Feed,
5252
Gtfsrealtimefeed,
5353
)
54-
from shared.helpers.query_helper import query_feed_by_stable_id, get_feeds_query
55-
from test_shared.helpers.query_helper import get_feed_by_normalized_url
54+
from shared.helpers.query_helper import (
55+
query_feed_by_stable_id,
56+
get_feeds_query,
57+
get_feed_by_normalized_url,
58+
)
5659
from .models.operation_create_request_gtfs_feed import (
5760
OperationCreateRequestGtfsFeedImpl,
5861
)

0 commit comments

Comments
 (0)