mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
Autoreformat code while building
autoreformat while build
This commit is contained in:
@@ -21,7 +21,9 @@ class EntityWithArray(BaseDiv):
|
||||
)
|
||||
|
||||
type: str = Field(default='entity_with_array')
|
||||
array: typing.List[entity.Entity] = Field(min_items=1)
|
||||
array: typing.List[entity.Entity] = Field(
|
||||
min_items=1
|
||||
)
|
||||
|
||||
|
||||
EntityWithArray.update_forward_refs()
|
||||
|
||||
Reference in New Issue
Block a user