pankajastro commented on code in PR #33696: URL: https://github.com/apache/airflow/pull/33696#discussion_r1307184141
########## airflow/providers/microsoft/azure/hooks/container_instance.py: ########## @@ -19,11 +19,14 @@ import warnings from functools import cached_property -from typing import TYPE_CHECKING +from typing import Any, TYPE_CHECKING Review Comment: ```suggestion from typing import TYPE_CHECKING, Any ``` -- 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]
