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 2020/02/25 08:56:15 UTC

[GitHub] [airflow] Fokko commented on a change in pull request #7533: [AIRFLOW-5485] - scheduler_job: replace == None with is

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 will cause a lint error.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services