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


##########
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:
   ```suggestion
   from fastapi import Depends, HTTPException, Response, status
   ```



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