We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2363f76 commit b09685cCopy full SHA for b09685c
query/services/ingestion.py
@@ -30,7 +30,8 @@
30
INGREDIENTS_TAG,
31
create_ingredients_from_staging,
32
)
33
-from ..tables.product_tags import COUNTRIES_TAG, TAG_TABLES, create_tags_from_staging
+from ..tables.product_tags import create_tags_from_staging
34
+from ..tables.product_tags_list import COUNTRIES_TAG, TAG_TABLES
35
from ..tables.settings import (
36
get_last_updated,
37
set_last_updated,
0 commit comments