Skip to content

Commit

Permalink
removed dags dir from import
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Mar 5, 2024
1 parent 61370a0 commit 3f72a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM apache/airflow:2.6.0-python3.10

ENV PYTHONBUFFERED=0
ENV PYTHONUNBUFFERED=1
ENV AIRFLOW__LOGGING__LOGGING_LEVEL=INFO

# install your pip packages
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_test_dag.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit 3f72a22

Please sign in to comment.