Skip to content

Commit

Permalink
chore: Remove unused import in auth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Aug 30, 2024
1 parent 8d064e3 commit 5de1bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routers/auth.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
import io
from typing import Annotated, Optional
from typing import Annotated

from fastapi import APIRouter, Depends, HTTPException, status
from fastapi.security import OAuth2PasswordRequestForm
Expand Down

0 comments on commit 5de1bc9

Please sign in to comment.