Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace deprecated dummy operator path in test_zip.zip (apache#13172)
Replace deprecated path in `tests/dags/test_zip/test_zip.zip/test_zip.py`: ``` from airflow.operators.dummy_operator import DummyOperator ``` with ``` from airflow.operators.dummy import DummyOperator ```
- Loading branch information