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/07/25 05:09:42 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #25268: D400 first line should end with period batch02

uranusjr commented on code in PR #25268:
URL: https://github.com/apache/airflow/pull/25268#discussion_r928474323


##########
airflow/executors/executor_loader.py:
##########
@@ -134,7 +134,7 @@ def import_executor_cls(cls, executor_name: str) -> Tuple[Type["BaseExecutor"],
 
     @classmethod
     def __load_celery_kubernetes_executor(cls) -> "BaseExecutor":
-        """:return: an instance of CeleryKubernetesExecutor"""
+        """:return: an instance of CeleryKubernetesExecutor."""

Review Comment:
   These _return an instance of $Executor_ docstrings should simply be removed, they do not really communicate anything.



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