jason810496 commented on code in PR #43841:
URL: https://github.com/apache/airflow/pull/43841#discussion_r1850452063


##########
airflow/api_fastapi/core_api/routes/public/dag_sources.py:
##########
@@ -18,21 +18,20 @@
 
 from typing import Annotated
 
-from fastapi import Depends, Header, HTTPException, Request, Response, status
+from fastapi import Depends, HTTPException, Request, Response, status
+from itsdangerous import BadSignature, URLSafeSerializer

Review Comment:
   I think it cause by my manual resolve conflict when rebasing to latest main. 
Just resolve, thanks !



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