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/17 23:56:04 UTC

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

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


##########
airflow/utils/decorators.py:
##########
@@ -50,3 +51,33 @@ def wrapper(*args, **kwargs):
         return func(*args, **kwargs)
 
     return cast(T, wrapper)
+

Review Comment:
   Moved it here because it should be here - it was not moved from 'venv' as itis now used in more places (I left an import for back-compat there).



-- 
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