mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
fix(ci): use canonical imports in changed files
This commit is contained in:
@@ -4,7 +4,7 @@ from unittest.mock import AsyncMock, patch
|
||||
|
||||
from langchain_core.messages import AIMessage
|
||||
|
||||
from app.agent import MoviePilotAgent
|
||||
from app.agent.orchestrator import MoviePilotAgent
|
||||
from app.agent.memory import memory_manager
|
||||
from app.runtime.config import settings
|
||||
from app.schemas.types import ChainEventType, EventType
|
||||
|
||||
@@ -13,7 +13,7 @@ from app.db.oper.message import MessageOper
|
||||
from app.modules.indexer import IndexerModule
|
||||
from app.modules.indexer.parser.sunnypt import SunnyPTSiteUserInfo
|
||||
from app.modules.indexer.spider.sunnypt import SunnyPTSpider
|
||||
from app.schemas import MediaSource, MediaType, MessageType
|
||||
from app.schemas.types import MediaSource, MediaType, MessageType
|
||||
|
||||
|
||||
class _FakeResponse:
|
||||
|
||||
Reference in New Issue
Block a user