Fokko commented on a change in pull request #7533: [AIRFLOW-5485] - 
scheduler_job: replace == None with is
URL: https://github.com/apache/airflow/pull/7533#discussion_r383736315
 
 

 ##########
 File path: airflow/jobs/scheduler_job.py
 ##########
 @@ -915,7 +915,7 @@ class SchedulerJob(BaseJob):
     }
     heartrate = conf.getint('scheduler', 'SCHEDULER_HEARTBEAT_SEC')
 
-    def __init__(
+    def  __init__(
 
 Review comment:
   I think this additional space will cause a lint error. Please revert this 
line.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to