gopidesupavan commented on code in PR #64981: URL: https://github.com/apache/airflow/pull/64981#discussion_r3067403133
########## providers/common/ai/src/airflow/providers/common/ai/plugins/hitl_review.py: ########## @@ -21,16 +21,12 @@ import mimetypes from pathlib import Path from types import SimpleNamespace -from typing import Annotated, Any +from typing import Any from urllib.parse import urlparse -from fastapi import Depends, FastAPI, HTTPException, Query -from fastapi.staticfiles import StaticFiles from sqlalchemy import select Review Comment: https://github.com/apache/airflow/pull/64981/changes/0e34b058b0bc02e6ba4f0e2bf7562de61455ffed updated -- 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]
