kaxil commented on a change in pull request #17157:
URL: https://github.com/apache/airflow/pull/17157#discussion_r679046781



##########
File path: airflow/cli/commands/scheduler_command.py
##########
@@ -29,17 +29,21 @@
 from airflow.utils.cli import process_subdir, setup_locations, setup_logging, 
sigint_handler, sigquit_handler
 
 
+def create_scheduler_job(args):

Review comment:
       ```suggestion
   def _create_scheduler_job(args):
   ```
   
   nit: Probably just to suggest that it is internal function




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