Fix import ordering for Jenkins lint

This commit is contained in:
2026-04-10 18:18:49 +02:00
parent 034a804e02
commit fcabba0da2
8 changed files with 15 additions and 12 deletions

View File

@@ -3,13 +3,13 @@ from __future__ import annotations
from django.core.management.base import BaseCommand
from django.db import transaction
from django.db.models import Q
from wagtail.blocks import StreamValue
from wagtail.models import Page
from mandelstudio.content_hygiene import BLOCKED_DEMO_PAGE_SLUGS, DEMO_MARKERS
from mandelstudio.idea_marketplace import seed_idea_marketplace_products
HOME_COPY = {
"nl": {
"badge": "IDEA MARKETPLACE",

View File

@@ -4,9 +4,10 @@ from typing import Iterable
from django.core.management.base import BaseCommand
from django.db.models import Q
from oscar.core.loading import get_model
from wagtail.models import Page
from oscar.core.loading import get_model
IDEA_PRODUCT_TITLES = {
"B2B Webshop Starter Blueprint",