From b085bfbbcd94c056ca129419eafe3116f0c23c3a Mon Sep 17 00:00:00 2001 From: Laysa de Sousa Bitencourt Date: Wed, 17 Apr 2024 10:31:13 -0300 Subject: [PATCH] placement --- dags/stellar_etl_airflow/test_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/stellar_etl_airflow/test_sources.py b/dags/stellar_etl_airflow/test_sources.py index 2c95ada6..e2bea4b9 100644 --- a/dags/stellar_etl_airflow/test_sources.py +++ b/dags/stellar_etl_airflow/test_sources.py @@ -1,7 +1,7 @@ import json -import pendulum from datetime import datetime, timedelta +import pendulum from airflow import DAG from airflow.models import DagBag, DagRun, TaskInstance, Variable from airflow.operators.python_operator import PythonOperator