mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
fix: correct typo in import for clear_rust_parse_options_cache
This commit is contained in:
@@ -4,7 +4,7 @@ from functools import lru_cache
|
|||||||
from typing import List, Tuple, Union, Dict, Optional
|
from typing import List, Tuple, Union, Dict, Optional
|
||||||
|
|
||||||
from app.core.context import TorrentInfo, MediaInfo
|
from app.core.context import TorrentInfo, MediaInfo
|
||||||
from app.core.metainfo import lear_rust_parse_options_cache, _rust_parse_options
|
from app.core.metainfo import clear_rust_parse_options_cache, _rust_parse_options
|
||||||
from app.helper.rule import RuleHelper
|
from app.helper.rule import RuleHelper
|
||||||
from app.log import logger
|
from app.log import logger
|
||||||
from app.modules import _ModuleBase
|
from app.modules import _ModuleBase
|
||||||
|
|||||||
Reference in New Issue
Block a user