uranusjr commented on code in PR #28850: URL: https://github.com/apache/airflow/pull/28850#discussion_r1066844414
########## airflow/providers/amazon/aws/hooks/base_aws.py: ########## @@ -35,7 +35,12 @@ from functools import wraps from os import PathLike from pathlib import Path -from typing import TYPE_CHECKING, Any, Callable, Generic, TypeVar, Union +from typing import TYPE_CHECKING, Any, Callable, Dict, Generic, Optional, TypeVar, Union + +from asgiref.sync import sync_to_async Review Comment: We should explicitly add asgiref to dependencies -- 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]
