setup: Fix a minor flake8 complaint

Tests:

- None

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2025-03-11 10:25:29 -07:00
parent ac3f0efa94
commit a4b15378c3
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -647,8 +647,7 @@ class ForceUpgrader():
# App does not implement force upgrade
continue
if (app.get_setup_state() == app_module.App.SetupState.NEEDS_SETUP
):
if app.get_setup_state() == app_module.App.SetupState.NEEDS_SETUP:
# If an app is not installed don't considered it. If an app
# needs an update, it may have to do a force upgrade before
# running app version update. This is because the app version