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

 ##########
 File path: airflow/providers/ftp/hooks/ftp.py
 ##########
 @@ -115,7 +115,7 @@ def describe_directory(self, path):
             files = dict(mlsd(conn))
         return files
 
-    def list_directory(self, path, nlst=False):
 
 Review comment:
   I am ok with that but then we have to add note in UPDATING.md describing 
what has changed as this is public interface (someone can use this hook in 
custom operators).

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