summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen.finucane@intel.com>2016-03-10 18:02:57 +0000
committerStephen Finucane <stephen.finucane@intel.com>2016-03-10 18:02:57 +0000
commit64172ef9463bdd9860c466d3acb50fcdbba3b7f4 (patch)
treecedf86b1c0f5ec5f4058606d6b88ff5e83d1c29b
parent1c2f6555b6126b0ebfbec99462feaac885af7ab3 (diff)
downloadpatchwork-64172ef9463bdd9860c466d3acb50fcdbba3b7f4.tar
patchwork-64172ef9463bdd9860c466d3acb50fcdbba3b7f4.tar.gz
pep8: Remove errant line
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
-rwxr-xr-xpatchwork/bin/pwclient1
1 files changed, 0 insertions, 1 deletions
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)