ashb commented on code in PR #63365:
URL: https://github.com/apache/airflow/pull/63365#discussion_r2920378502


##########
airflow-core/src/airflow/api_fastapi/core_api/app.py:
##########
@@ -165,15 +165,18 @@ def init_error_handlers(app: FastAPI) -> None:
 
 def init_middlewares(app: FastAPI) -> None:
     from airflow.api_fastapi.auth.middlewares.refresh_token import 
JWTRefreshMiddleware
+    from airflow.api_fastapi.common.http_access_log import 
HttpAccessLogMiddleware

Review Comment:
   Guess who forgot to git add the new file



-- 
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]

Reply via email to