eladkal commented on a change in pull request #20418:
URL: https://github.com/apache/airflow/pull/20418#discussion_r772148230



##########
File path: airflow/contrib/hooks/aws_sqs_hook.py
##########
@@ -20,7 +20,7 @@
 
 import warnings
 
-from airflow.providers.amazon.aws.hooks.sqs import SQSHook  # noqa
+from airflow.providers.amazon.aws.hooks.sqs import SqsHook  # noqa

Review comment:
       yes. The current implementation support deprecation where the class name 
was not change so it just add an import of where to find it but now -  the 
class name did change so we must address it. Yes the class you wrote should do 
the trick.




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