We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71c472 commit c182fa8Copy full SHA for c182fa8
composer/2022_airflow_summit/data_analytics_dag_expansion_test.py
@@ -23,6 +23,6 @@ def test_dag_import():
23
docs: https://airflow.incubator.apache.org/tutorial.html#testing
24
"""
25
26
- import data_analytics_dag_expansion as module
+ from . import data_analytics_dag_expansion
27
28
- internal_unit_testing.assert_has_valid_dag(module)
+ internal_unit_testing.assert_has_valid_dag(data_analytics_dag_expansion)
0 commit comments