mirror of
https://github.com/django-components/django-components.git
synced 2025-08-08 08:17:59 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
9d9462162a
commit
7fbccbf009
3 changed files with 5 additions and 10 deletions
|
@ -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} -->"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue