eladkal commented on code in PR #39465:
URL: https://github.com/apache/airflow/pull/39465#discussion_r1615691939


##########
airflow/providers/ftp/hooks/ftp.py:
##########
@@ -19,10 +19,12 @@
 
 import datetime
 import ftplib  # nosec: B402
+import logging
 from typing import Any, Callable
 
 from airflow.hooks.base import BaseHook
 
+logger = logging.getLogger(__name__)
 

Review Comment:
   ```suggestion
   logger = logging.getLogger(__name__)
   
   ```
   
   Fix static checks



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to