mirror of
https://github.com/django-components/django-components.git
synced 2025-07-16 04:54: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
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"of component '{self.registered_name}'."
|
||||
)
|
||||
content_data: Optional[
|
||||
FillContent
|
||||
] = None # `None` -> unfilled
|
||||
content_data: Optional[FillContent] = (
|
||||
None # `None` -> unfilled
|
||||
)
|
||||
if node.is_required:
|
||||
required_slot_names.add(node.name)
|
||||
if node.is_default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue