We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5a92d commit 752a5f2Copy full SHA for 752a5f2
backend/app/api/routes/users.py
@@ -2,7 +2,7 @@
2
from typing import Any
3
4
from fastapi import APIRouter, Depends, HTTPException
5
-from sqlmodel import col, delete, func, select
+from sqlmodel import col, func, select
6
7
from app import crud
8
from app.api.deps import (
@@ -13,7 +13,6 @@
13
from app.core.config import settings
14
from app.core.security import get_password_hash, verify_password
15
from app.models import (
16
- Item,
17
Message,
18
UpdatePassword,
19
User,
0 commit comments