We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff7df6 commit 3e29603Copy full SHA for 3e29603
src/auth/urls.py
@@ -5,7 +5,7 @@
5
6
import requests # TODO: make this async
7
import xmltodict
8
-from fastapi import APIRouter, BackgroundTasks, HTTPException, Request, Response
+from fastapi import APIRouter, BackgroundTasks, HTTPException, Request, Response
9
from fastapi.responses import JSONResponse, PlainTextResponse, RedirectResponse
10
11
import database
0 commit comments