Format settings for ruff
This commit is contained in:
@@ -61,6 +61,7 @@ _ensure_required_app(
|
|||||||
"ocyan.plugin.coyote",
|
"ocyan.plugin.coyote",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def _ensure_installed_app(app_label: str, *, before: str | None = None) -> None:
|
def _ensure_installed_app(app_label: str, *, before: str | None = None) -> None:
|
||||||
"""Ensure an app is present in INSTALLED_APPS with optional ordering."""
|
"""Ensure an app is present in INSTALLED_APPS with optional ordering."""
|
||||||
if app_label in INSTALLED_APPS:
|
if app_label in INSTALLED_APPS:
|
||||||
|
|||||||
Reference in New Issue
Block a user