You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/19 13:29:52 UTC

[GitHub] [airflow] ashb commented on a diff in pull request #25780: Implement ExternalPythonOperator

ashb commented on code in PR #25780:
URL: https://github.com/apache/airflow/pull/25780#discussion_r950191964


##########
airflow/providers/docker/decorators/docker.py:
##########
@@ -27,7 +27,8 @@
 
 from airflow.decorators.base import DecoratedOperator, task_decorator_factory
 from airflow.providers.docker.operators.docker import DockerOperator
-from airflow.utils.python_virtualenv import remove_task_decorator, write_python_script
+from airflow.utils.decorators import remove_task_decorator

Review Comment:
   This is going to need a bit of a dance to make it work with backcompat



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org