ashb commented on code in PR #25780:
URL: https://github.com/apache/airflow/pull/25780#discussion_r955890728
##########
airflow/decorators/__init__.pyi:
##########
@@ -41,6 +42,7 @@ __all__ = [
"task_group",
"python_task",
"virtualenv_task",
+ "preexisting_virtualenv_task",
Review Comment:
Minor English language nit: while "pre-existing virtual env" is perfectly
understandable, the "pre" prefix is unnecessary, "existing_virtualenv_task" has
the same meaning and is slightly shorter.
--
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]