format component.library black
This commit is contained in:
parent
bcaab3015d
commit
16b838dfb1
@ -100,9 +100,7 @@ class RadixThemesComponent(Component):
|
|||||||
"""
|
"""
|
||||||
component = super().create(*children, **props)
|
component = super().create(*children, **props)
|
||||||
if component.library is None:
|
if component.library is None:
|
||||||
component.library = RadixThemesComponent.model_fields[
|
component.library = RadixThemesComponent.model_fields["library"].default
|
||||||
"library"
|
|
||||||
].default
|
|
||||||
component.alias = "RadixThemes" + (
|
component.alias = "RadixThemes" + (
|
||||||
component.tag or component.__class__.__name__
|
component.tag or component.__class__.__name__
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user