Appease ruff import-order check

This commit is contained in:
2026-04-26 12:42:45 +02:00
parent 2095e417cd
commit 734fdd1b8b

View File

@@ -20,8 +20,8 @@ BASE_DIR = str(BASE_PATH)
setup_search_paths("/etc/ocyan/", str(_project_app_path))
from ocyan.main.settings import * # pylint:disable=W0401,W0614
from ocyan.core.fender import config as ocyan_config
from ocyan.main.settings import * # noqa: I001 # pylint:disable=W0401,W0614
from ocyan.core.fender import config as ocyan_config # noqa: I001
INSTALLED_APPS = [
"mandelblog_content_guard.apps.MandelblogContentGuardConfig",