fix(backend): postpone annotations to avoid list() type shadowing crash

This commit is contained in:
Chris
2026-04-03 00:22:00 +08:00
parent 5837582c0f
commit 2ce9630a5e

View File

@@ -1,3 +1,5 @@
from __future__ import annotations
from sqlalchemy import func, or_, select
from sqlalchemy.orm import Session