Drop commented assert about `form.model`
parent
4e1bac0071
commit
46d3bf0484
|
@ -417,8 +417,6 @@ async def open_form_input_handling(
|
||||||
|
|
||||||
) -> FieldsForm:
|
) -> FieldsForm:
|
||||||
|
|
||||||
# assert form.model, f'{form} must define a `.model`'
|
|
||||||
|
|
||||||
async with open_handlers(
|
async with open_handlers(
|
||||||
|
|
||||||
list(form.fields.values()),
|
list(form.fields.values()),
|
||||||
|
|
Loading…
Reference in New Issue