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 2f92b94f59
commit 0db04f9afc

View File

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