potiuk commented on code in PR #25780: URL: https://github.com/apache/airflow/pull/25780#discussion_r950509479
########## 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: I aactually imported it already in the old place :) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
