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)
|
||||
if component.library is None:
|
||||
component.library = RadixThemesComponent.model_fields[
|
||||
"library"
|
||||
].default
|
||||
component.library = RadixThemesComponent.model_fields["library"].default
|
||||
component.alias = "RadixThemes" + (
|
||||
component.tag or component.__class__.__name__
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user