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/03/22 14:52:35 UTC

[GitHub] [airflow] zhongjiajie commented on a change in pull request #7802: Make airflow/providers pylint compatible

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

 ##########
 File path: airflow/providers/apache/hive/hooks/hive.py
 ##########
 @@ -538,7 +542,7 @@ def sasl_factory():
 
         return hmsclient.HMSClient(iprot=protocol)
 
-    def _find_valid_server(self):
+    def _find_valid_server(self):  # pylint: disable=inconsistent-return-statements
 
 Review comment:
   Fix

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