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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to