Skip to content

Commit

Permalink
Replace deprecated dummy operator path in test_zip.zip (apache#13172)
Browse files Browse the repository at this point in the history
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
kaxil authored Dec 19, 2020
1 parent ff9fb36 commit 8e99ed6
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified tests/dags/test_zip.zip
Binary file not shown.

0 comments on commit 8e99ed6

Please sign in to comment.