This commit is contained in:
jxxghp
2024-04-19 12:31:38 +08:00
parent 148984ad0e
commit 0679a32659
5 changed files with 15 additions and 13 deletions

View File

@ -15,7 +15,6 @@ from app.db import get_db
from app.db.models.user import User
from app.log import logger
from app.utils.web import WebUtils
from app.utils.otp import OtpUtils
router = APIRouter()

View File

@ -1,4 +1,3 @@
import json
from typing import Union, Any, List
from fastapi import APIRouter, BackgroundTasks, Depends