Skip to content

Commit c182fa8

Browse files
leahecoledandhlee
andauthored
Update composer/2022_airflow_summit/data_analytics_dag_expansion_test.py
Co-authored-by: Dan Lee <[email protected]>
1 parent e71c472 commit c182fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer/2022_airflow_summit/data_analytics_dag_expansion_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ def test_dag_import():
2323
docs: https://airflow.incubator.apache.org/tutorial.html#testing
2424
"""
2525

26-
import data_analytics_dag_expansion as module
26+
from . import data_analytics_dag_expansion
2727

28-
internal_unit_testing.assert_has_valid_dag(module)
28+
internal_unit_testing.assert_has_valid_dag(data_analytics_dag_expansion)

0 commit comments

Comments
 (0)