mirror of
https://github.com/django-components/django-components.git
synced 2025-08-09 16:57:59 +00:00
refactor: remove extra type: ignore
This commit is contained in:
parent
3e75db59ae
commit
091a692993
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class Component(View, metaclass=SimplifiedInterfaceMediaDefiningClass):
|
|||
registered_name: Optional[str] = None,
|
||||
component_id: Optional[str] = None,
|
||||
outer_context: Optional[Context] = None,
|
||||
fill_content: Dict[str, FillContent] = {}, # type: ignore
|
||||
fill_content: Dict[str, FillContent] = {},
|
||||
):
|
||||
self.registered_name: Optional[str] = registered_name
|
||||
self.outer_context: Context = outer_context or Context()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue