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/26 10:14:10 UTC

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

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: commits-unsubscribe@airflow.apache.org

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