rich7420 commented on code in PR #56808: URL: https://github.com/apache/airflow/pull/56808#discussion_r2442428971
########## airflow-core/src/airflow/api_fastapi/execution_api/datamodels/hitl.py: ########## @@ -17,13 +17,14 @@ from __future__ import annotations from datetime import datetime -from typing import Any +from typing import Any, cast Review Comment: @amoghrajesh , @shahar1 You're absolutely right! I don't actually need to import cast here. My mistake. -- 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]
