vandonr-amz commented on code in PR #32437: URL: https://github.com/apache/airflow/pull/32437#discussion_r1288874173
########## airflow/providers/amazon/aws/operators/rds.py: ########## @@ -20,15 +20,20 @@ import json import warnings from datetime import timedelta -from typing import TYPE_CHECKING, Sequence +from typing import TYPE_CHECKING, Any, Sequence +from astroid.decorators import cachedproperty Review Comment: thanks, I guess I was a bit too trigger-happy with auto-resolution of imports -- 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]
