test(ci): use explicit schema imports

This commit is contained in:
jxxghp
2026-08-25 18:28:27 +08:00
parent fe06ea8c55
commit e7f5a92cdb
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from datetime import datetime
from unittest.mock import patch
from app.domain.context import TorrentInfo
from app.schemas import ActionContext
from app.schemas.workflow import ActionContext
from app.workflow.actions.fetch_rss import FetchRssAction