Drop commented assert about `form.model`

fsp_feeds
Tyler Goodlet 2021-09-10 11:34:29 -04:00
parent 4e1bac0071
commit 46d3bf0484
1 changed files with 0 additions and 2 deletions

View File

@ -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()),