From 64172ef9463bdd9860c466d3acb50fcdbba3b7f4 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 10 Mar 2016 18:02:57 +0000 Subject: pep8: Remove errant line Signed-off-by: Stephen Finucane --- patchwork/bin/pwclient | 1 - 1 file changed, 1 deletion(-) diff --git a/patchwork/bin/pwclient b/patchwork/bin/pwclient index f437786..57dde50 100755 --- a/patchwork/bin/pwclient +++ b/patchwork/bin/pwclient @@ -731,7 +731,6 @@ def main(): elif action.startswith('project'): action_projects(rpc) - elif action.startswith('state'): action_states(rpc) -- cgit v1.2.3