[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-04-15 08:59:41 +00:00 committed by Juro Oravec
parent 9d9462162a
commit 7fbccbf009
3 changed files with 5 additions and 10 deletions

View file

@ -22,12 +22,7 @@ from django_components.component_registry import registry # NOQA
from django_components.component_registry import AlreadyRegistered, ComponentRegistry, NotRegistered, register # NOQA
from django_components.logger import logger
from django_components.middleware import is_dependency_middleware_active
from django_components.slots import (
FillNode,
FillContent,
SlotName,
render_component_template_with_slots,
)
from django_components.slots import FillContent, FillNode, SlotName, render_component_template_with_slots
from django_components.utils import search
RENDERED_COMMENT_TEMPLATE = "<!-- _RENDERED {name} -->"