Skip to content

Commit

Permalink
store python and virtualenv as defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dimberman committed Aug 9, 2021
1 parent 8861fe5 commit cd4a96f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/decorators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

from airflow.decorators.python import python_task
from airflow.decorators.python_virtualenv import _virtualenv_task
from airflow.decorators.task_group import task_group # noqa
from airflow.models.dag import dag # noqa


Expand Down

0 comments on commit cd4a96f

Please sign in to comment.