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/01/05 15:10:03 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #7050: [AIRFLOW-XXXX] Update types in docstrings

kaxil commented on a change in pull request #7050: [AIRFLOW-XXXX] Update types in docstrings
URL: https://github.com/apache/airflow/pull/7050#discussion_r363099067
 
 

 ##########
 File path: airflow/sensors/base_sensor_operator.py
 ##########
 @@ -42,9 +42,9 @@ class BaseSensorOperator(BaseOperator, SkipMixin):
     :type soft_fail: bool
     :param poke_interval: Time in seconds that the job should wait in
         between each tries
-    :type poke_interval: int
+    :type poke_interval: float
 
 Review comment:
   I think int is the correct type, isn't it @mik-laj ?
   
   We should probably update https://github.com/apache/airflow/pull/7050/files#diff-81901d44cd480538f1f35b641b9ede0cR70

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