Skip to content

Commit 53afe39

Browse files
committed
Fix F841 local variable 'setup' is assigned to but never used
1 parent b5e3b5e commit 53afe39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/senaite/core/upgrade/v02_04_000.py

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
@upgradestep(product, version)
3131
def upgrade(tool):
3232
portal = tool.aq_inner.aq_parent
33-
setup = portal.portal_setup
3433
ut = UpgradeUtils(portal)
3534
ver_from = ut.getInstalledVersion(product)
3635

0 commit comments

Comments
 (0)