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