turbaszek commented on a change in pull request #7802: Make airflow/providers 
pylint compatible
URL: https://github.com/apache/airflow/pull/7802#discussion_r396082860
 
 

 ##########
 File path: airflow/providers/qubole/hooks/qubole_check.py
 ##########
 @@ -39,14 +42,21 @@ def isint(value):
 
 
 def isfloat(value):
+    """
+    Whether Qubole column are float
+    """
     try:
         float(value)
         return True
     except ValueError:
         return False
 
 
+# pylint: disable=inconsistent-return-statements
 
 Review comment:
   Can we fix it?

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