mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 23:49:07 +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
40147319fe
commit
eac0cb6f4b
1 changed files with 3 additions and 3 deletions
|
@ -225,9 +225,9 @@ class Component(View, metaclass=SimplifiedInterfaceMediaDefiningClass):
|
||||||
f"To fix, check template '{template.name}' "
|
f"To fix, check template '{template.name}' "
|
||||||
f"of component '{self.registered_name}'."
|
f"of component '{self.registered_name}'."
|
||||||
)
|
)
|
||||||
content_data: Optional[
|
content_data: Optional[FillContent] = (
|
||||||
FillContent
|
None # `None` -> unfilled
|
||||||
] = None # `None` -> unfilled
|
)
|
||||||
if node.is_required:
|
if node.is_required:
|
||||||
required_slot_names.add(node.name)
|
required_slot_names.add(node.name)
|
||||||
if node.is_default:
|
if node.is_default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue