Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe committed Dec 15, 2023
1 parent d304b8f commit f41a2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/volto/formsupport/upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def to_1300(context): # noqa: C901 # pragma: no cover
def update_send_from_bool_to_list_for_content(item):
blocks = (
item.blocks
) ## We've already checked we've a form block so no need to guard here
) # We've already checked we've a form block so no need to guard here

for block in blocks.values():
if block.get("@type", "") != "form":
Expand Down

0 comments on commit f41a2ee

Please sign in to comment.