Appease ruff import-order check
This commit is contained in:
@@ -20,8 +20,8 @@ BASE_DIR = str(BASE_PATH)
|
|||||||
|
|
||||||
setup_search_paths("/etc/ocyan/", str(_project_app_path))
|
setup_search_paths("/etc/ocyan/", str(_project_app_path))
|
||||||
|
|
||||||
from ocyan.main.settings import * # pylint:disable=W0401,W0614
|
from ocyan.main.settings import * # noqa: I001 # pylint:disable=W0401,W0614
|
||||||
from ocyan.core.fender import config as ocyan_config
|
from ocyan.core.fender import config as ocyan_config # noqa: I001
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
"mandelblog_content_guard.apps.MandelblogContentGuardConfig",
|
"mandelblog_content_guard.apps.MandelblogContentGuardConfig",
|
||||||
|
|||||||
Reference in New Issue
Block a user