Skip to content

Commit

Permalink
Linting pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ansengarvin committed Feb 2, 2024
1 parent 8053f14 commit e4fbd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/api/users.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from fastapi import APIRouter, Response
from fastapi import APIRouter
import logging as log
from passlib.hash import bcrypt
from ..api_types import LoginBody, LoginResponse
Expand Down

0 comments on commit e4fbd34

Please sign in to comment.