Skip to content

Commit d538304

Browse files
committed
Fix pre-existing import-sort violation in mdblist importer
Found while validating before push; unrelated to the API card-data change landing in the same push.
1 parent 08cc62b commit d538304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lists/imports/mdblist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from app.models import Item, MediaTypes, Sources
1818
from app.providers import services
1919
from integrations.imports import helpers
20-
from lists.smart_rules import sync_smart_lists_for_item
2120

2221
# Shared MDBList client helpers live with the full-account importer; keep the
2322
# old private names so existing call sites and test patch targets still work.
@@ -31,6 +30,7 @@
3130
from integrations.imports.mdblist import request as _request
3231
from integrations.imports.mdblist import resolve_tmdb_id as _resolve_tmdb_id
3332
from lists.models import CustomList, CustomListItem
33+
from lists.smart_rules import sync_smart_lists_for_item
3434

3535
logger = logging.getLogger(__name__)
3636

0 commit comments

Comments
 (0)