mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
fix(imports): use concrete modules for internal symbols (#6427)
This commit is contained in:
@@ -8,7 +8,7 @@ from typing import Any, Mapping, Optional
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
from app.agent.policy import ToolRevision
|
||||
from app.agent.policy.contracts import ToolRevision
|
||||
|
||||
|
||||
class ToolCatalogError(RuntimeError):
|
||||
|
||||
Reference in New Issue
Block a user