From: Stephen Finucane Date: Thu, 10 Mar 2016 18:02:57 +0000 (+0000) Subject: pep8: Remove errant line X-Git-Tag: v2.0.0-rc1~425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64172ef9463bdd9860c466d3acb50fcdbba3b7f4;p=thirdparty%2Fpatchwork.git pep8: Remove errant line Signed-off-by: Stephen Finucane --- diff --git a/patchwork/bin/pwclient b/patchwork/bin/pwclient index f4377867..57dde50a 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)