o-nikolas commented on code in PR #33081:
URL: https://github.com/apache/airflow/pull/33081#discussion_r1284896269


##########
airflow/providers/celery/executors/celery_executor.py:
##########
@@ -480,3 +481,11 @@ def get_cli_commands() -> list[GroupCommand]:
                 subcommands=CELERY_COMMANDS,
             ),
         ]
+
+
+def _get_parser() -> argparse.ArgumentParser:
+    """This method is used by Sphinx to generate documentation.
+
+    :meta private:
+    """
+    return CeleryExecutor._get_parser()

Review Comment:
   Very nice now abstracted away to the base class!



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