Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Oct 7, 2024
1 parent 67061c5 commit d38f6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dags/generate_avro_files_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from airflow import DAG
from kubernetes.client import models as k8s
from stellar_etl_airflow.build_cross_dependency_task import build_cross_deps
from stellar_etl_airflow.build_bq_generate_avro_job_task import (
build_bq_generate_avro_job
build_bq_generate_avro_job,
)
from stellar_etl_airflow.build_cross_dependency_task import build_cross_deps
from stellar_etl_airflow.default import (
alert_sla_miss,
get_default_dag_args,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ def build_bq_generate_avro_job(
]
),
)

0 comments on commit d38f6f8

Please sign in to comment.