Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-bellenghi committed Oct 17, 2024
1 parent 38d0fe4 commit 564af27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/design/plone/contenttypes/upgrades/to_730x.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def to_7303(context):


def to_7304(context):
brains = context.portal_catalog(**{'portal_type': 'Event'})
brains = context.portal_catalog(**{"portal_type": "Event"})
tot = len(brains)
i = 0
for brain in brains:
Expand Down

0 comments on commit 564af27

Please sign in to comment.