Skip to content

Commit b09685c

Browse files
committed
fix: fix import
1 parent 2363f76 commit b09685c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

query/services/ingestion.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
INGREDIENTS_TAG,
3131
create_ingredients_from_staging,
3232
)
33-
from ..tables.product_tags import COUNTRIES_TAG, TAG_TABLES, create_tags_from_staging
33+
from ..tables.product_tags import create_tags_from_staging
34+
from ..tables.product_tags_list import COUNTRIES_TAG, TAG_TABLES
3435
from ..tables.settings import (
3536
get_last_updated,
3637
set_last_updated,

0 commit comments

Comments
 (0)