fix: 修复information.py中Response导入
This commit is contained in:
parent
e64d07c782
commit
e79fed5d17
|
|
@ -1,5 +1,5 @@
|
|||
# 资讯API路由
|
||||
from fastapi import APIRouter, Depends, HTTPException, Query
|
||||
from fastapi import APIRouter, Depends, HTTPException, Query, Response
|
||||
from sqlalchemy.orm import Session, joinedload
|
||||
from sqlalchemy import text
|
||||
from typing import List, Optional
|
||||
|
|
|
|||
Loading…
Reference in New Issue