scan.py 添加 from __future__ import annotations 修复 Python 3.8 兼容
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
"""Market scan and scan AI API routes."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from fastapi import APIRouter, Request
|
||||
|
||||
from web.services.scan_api import (
|
||||
|
||||
Reference in New Issue
Block a user