Skip to content

Commit 7033297

Browse files
fixing imports
1 parent 812c234 commit 7033297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

card_data/pipelines/defs/load/load_pricing_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import polars as pl
33
from dagster import RetryPolicy, Backoff
44
from sqlalchemy.exc import OperationalError
5-
from ..extract.extract_pricing_data import build_dataframe
6-
from ...utils.secret_retriever import fetch_secret
75
from termcolor import colored
86

7+
from ...utils.secret_retriever import fetch_secret
8+
99

1010
@dg.asset(
1111
kinds={"Supabase", "Postgres"},

0 commit comments

Comments
 (0)