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

 ##########
 File path: airflow/providers/postgres/hooks/postgres.py
 ##########
 @@ -95,7 +96,7 @@ def get_conn(self):
         self.conn = psycopg2.connect(**conn_args)
         return self.conn
 
-    def copy_expert(self, sql, filename, open=open):
+    def copy_expert(self, sql, filename, open=open):  # pylint: 
disable=redefined-builtin
 
 Review comment:
   WDYT

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