flake8 fixes for rebased commits

This commit is contained in:
stvnrlly
2022-10-19 16:23:34 +00:00
parent 478b6215fb
commit f5b5ecb661
2 changed files with 3 additions and 6 deletions

View File

@@ -103,8 +103,6 @@ def update_organisation(organisation_id):
data = request.get_json()
validate(data, post_update_organisation_schema)
organisation = dao_get_organisation_by_id(organisation_id)
result = dao_update_organisation(organisation_id, **data)
if data.get('agreement_signed') is True: