Nataneljpwd commented on code in PR #52700: URL: https://github.com/apache/airflow/pull/52700#discussion_r2205295125
########## providers/sftp/src/airflow/providers/sftp/hooks/sftp.py: ########## @@ -34,9 +34,13 @@ import asyncssh from asgiref.sync import sync_to_async -from airflow.exceptions import AirflowException, AirflowProviderDeprecationWarning +from airflow.exceptions import ( + AirflowException, + AirflowProviderDeprecationWarning, +) from airflow.providers.sftp.version_compat import BaseHook from airflow.providers.ssh.hooks.ssh import SSHHook +from airflow.providers.standard.exceptions import ConnectionNotOpenedException Review Comment: fixed -- 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]
