Skip to content

Commit fe9327c

Browse files
committed
fix: remove unneeded upgrade function
1 parent bfc1c26 commit fe9327c

File tree

1 file changed

+1
-8
lines changed
  • src/cs_dynamicpages/upgrades

1 file changed

+1
-8
lines changed
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
from plone.app.upgrade.utils import loadMigrationProfile
2-
3-
4-
def reload_gs_profile(context):
5-
loadMigrationProfile(
6-
context,
7-
"profile-cs_dynamicpages:default",
8-
)
1+
#

0 commit comments

Comments
 (0)