mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-12 16:02:35 +08:00
fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
from unittest import TestCase
|
||||
|
||||
from app.core import TorrentInfo
|
||||
from app.core.context import TorrentInfo
|
||||
from app.modules.filter import FilterModule
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
from unittest import TestCase
|
||||
|
||||
from app.core import MetaInfo
|
||||
from app.core.meta_info import MetaInfo
|
||||
from tests.cases.meta import meta_cases
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user