Skip to content

Commit 3e29603

Browse files
committed
fix: linter caught an error
1 parent bff7df6 commit 3e29603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import requests # TODO: make this async
77
import xmltodict
8-
from fastapi import APIRouter, BackgroundTasks, HTTPException, Request, Response
8+
from fastapi import APIRouter, BackgroundTasks, HTTPException, Request, Response
99
from fastapi.responses import JSONResponse, PlainTextResponse, RedirectResponse
1010

1111
import database

0 commit comments

Comments
 (0)