There was an error while loading. Please reload this page.
1 parent 08cc62b commit d538304Copy full SHA for d538304
1 file changed
src/lists/imports/mdblist.py
@@ -17,7 +17,6 @@
17
from app.models import Item, MediaTypes, Sources
18
from app.providers import services
19
from integrations.imports import helpers
20
-from lists.smart_rules import sync_smart_lists_for_item
21
22
# Shared MDBList client helpers live with the full-account importer; keep the
23
# old private names so existing call sites and test patch targets still work.
@@ -31,6 +30,7 @@
31
30
from integrations.imports.mdblist import request as _request
32
from integrations.imports.mdblist import resolve_tmdb_id as _resolve_tmdb_id
33
from lists.models import CustomList, CustomListItem
+from lists.smart_rules import sync_smart_lists_for_item
34
35
logger = logging.getLogger(__name__)
36
0 commit comments