Skip to content

Commit 752a5f2

Browse files
🎨 Auto format and update with pre-commit
1 parent da5a92d commit 752a5f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/app/api/routes/users.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import Any
33

44
from fastapi import APIRouter, Depends, HTTPException
5-
from sqlmodel import col, delete, func, select
5+
from sqlmodel import col, func, select
66

77
from app import crud
88
from app.api.deps import (
@@ -13,7 +13,6 @@
1313
from app.core.config import settings
1414
from app.core.security import get_password_hash, verify_password
1515
from app.models import (
16-
Item,
1716
Message,
1817
UpdatePassword,
1918
User,

0 commit comments

Comments
 (0)