mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-01 09:16:38 +08:00
fix(search): suppress linter warning for SitesHelper import
This commit is contained in:
@@ -9,7 +9,7 @@ from app.agent.tools.base import MoviePilotTool
|
||||
from app.agent.tools.tags import ToolTag
|
||||
from app.chain.search import SearchChain
|
||||
from app.db.systemconfig_oper import SystemConfigOper
|
||||
from app.helper.sites import SitesHelper
|
||||
from app.helper.sites import SitesHelper # noqa
|
||||
from app.log import logger
|
||||
from app.schemas.types import MediaType, SystemConfigKey
|
||||
from ._torrent_search_utils import (
|
||||
|
||||
Reference in New Issue
Block a user