Autoreformat code while building

autoreformat while build
This commit is contained in:
mosquito
2022-10-27 15:57:10 +03:00
parent 096bb9f5e4
commit 573f9d62b8
135 changed files with 6847 additions and 1508 deletions
@@ -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()