From a4b15378c3e1aa9a2670e2a0f2e83f535c7910ad Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 11 Mar 2025 10:25:29 -0700 Subject: [PATCH] setup: Fix a minor flake8 complaint Tests: - None Signed-off-by: Sunil Mohan Adapa --- plinth/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plinth/setup.py b/plinth/setup.py index faafc14f9..331a6eaed 100644 --- a/plinth/setup.py +++ b/plinth/setup.py @@ -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