From c9c3b71a11584686410fbfd50038155cb453ec50 Mon Sep 17 00:00:00 2001 From: ErnestaP Date: Tue, 5 Mar 2024 09:56:06 +0100 Subject: [PATCH] removed dag folder from path --- 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():