mirror of
https://github.com/django-components/django-components.git
synced 2025-08-08 16:27:59 +00:00
refactor: fix minor errors
This commit is contained in:
parent
7fbccbf009
commit
390b16f764
2 changed files with 11 additions and 4 deletions
|
@ -22,7 +22,14 @@ 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 FillContent, FillNode, SlotName, render_component_template_with_slots
|
||||
from django_components.slots import (
|
||||
FillContent,
|
||||
FillNode,
|
||||
SlotName,
|
||||
render_component_template_with_slots,
|
||||
OUTER_CONTEXT_CONTEXT_KEY,
|
||||
DEFAULT_SLOT_KEY,
|
||||
)
|
||||
from django_components.utils import search
|
||||
|
||||
RENDERED_COMMENT_TEMPLATE = "<!-- _RENDERED {name} -->"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue