zhongjiajie commented on a change in pull request #7802: Make airflow/providers
pylint compatible
URL: https://github.com/apache/airflow/pull/7802#discussion_r396102444
##########
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:
This parameter not use in this function
----------------------------------------------------------------
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