Commit 2eaa91cb authored by xianyang's avatar xianyang

优化代码

parent c0f5aa7d
...@@ -6,7 +6,7 @@ from sqlalchemy.orm import Session ...@@ -6,7 +6,7 @@ from sqlalchemy.orm import Session
import models import models
from app.api.users import crud, schemas from app.api.users import crud, schemas
from core.storage.db import SessionLocal from core.storage.db import SessionLocal
from libs.res import HttpResultResponse, HttpMessage from libs.result_format import HttpResultResponse, HttpMessage
router = APIRouter() router = APIRouter()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment