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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]