Skip to content

Commit

Permalink
refactor: Remove unused import in security.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Aug 31, 2024
1 parent 42ff25b commit 575446c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import Optional

import qrcode
from fastapi import Depends
from pyotp import TOTP

from app.models import User
Expand Down

0 comments on commit 575446c

Please sign in to comment.