From 88903663fee593a01543f01bfc8ebcf0e9a04ef7 Mon Sep 17 00:00:00 2001 From: Daniele Andreotti Date: Mon, 19 Feb 2024 16:43:07 +0100 Subject: [PATCH] blacked --- src/design/plone/policy/upgrades.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/design/plone/policy/upgrades.py b/src/design/plone/policy/upgrades.py index 9bf62bf..4ada18b 100644 --- a/src/design/plone/policy/upgrades.py +++ b/src/design/plone/policy/upgrades.py @@ -243,7 +243,7 @@ def to_2010(context): settings.custom_attributes = settings.custom_attributes + ["data-element"] -def to_2022(context): # noqa +def to_2022(context): # noqa for brain in api.portal.get_tool("portal_catalog")(): item = aq_base(brain.getObject())