Skip to content

Commit

Permalink
Removed unused imports to appease ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
ansengarvin committed Jan 26, 2024
1 parent 9b6403a commit 2fe0eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/api/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import logging as log
from passlib.hash import bcrypt
from ..api_types import LoginBody, LoginError, ResponseToken
from ..db import Database, bytea_to_str, str_to_bytea
from ..auth import authenticateToken, generateAuthToken
from ..db import Database
from ..auth import generateAuthToken

router = APIRouter()

Expand Down

0 comments on commit 2fe0eb3

Please sign in to comment.