From 1001cb997faa21d2759e7cb16bea518130aa660c Mon Sep 17 00:00:00 2001 From: ErnestaP Date: Tue, 5 Mar 2024 11:14:55 +0100 Subject: [PATCH] removed dags folder --- tests/unit/test_test_dag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_test_dag.py b/tests/unit/test_test_dag.py index a1d515b..cf2abbb 100644 --- a/tests/unit/test_test_dag.py +++ b/tests/unit/test_test_dag.py @@ -1,4 +1,4 @@ -from dags.example_dag.example_dag import fetch, pull +from example_dag.example_dag import fetch, pull def test_test_dag_fetch():