scan.py 添加 from __future__ import annotations 修复 Python 3.8 兼容

This commit is contained in:
2569718930@qq.com
2026-05-25 17:54:23 +08:00
parent 715ffa4566
commit 617b55f24c
+2
View File
@@ -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 (