summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/agent.py
diff options
context:
space:
mode:
authorTang Chen <tangchen@cn.fujitsu.com>2015-12-17 09:34:12 +0800
committerTang Chen <tangchen@cn.fujitsu.com>2015-12-17 09:34:12 +0800
commit494659fbe432795c846a4e4e59e7faf4a25b6dca (patch)
treeedb54065420b82fe39baddaec429f8d9239b3573 /openstackclient/compute/v2/agent.py
parentf65f82e4350757fcae93891c42ed8b01bb8577f2 (diff)
downloadpython-openstackclient-494659fbe432795c846a4e4e59e7faf4a25b6dca.tar.gz
Trivial: Remove useless return from files in compute.
Change-Id: I9dc6749256fcd53d292d7f658912c032e9ce9df5
Diffstat (limited to 'openstackclient/compute/v2/agent.py')
-rw-r--r--openstackclient/compute/v2/agent.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/compute/v2/agent.py b/openstackclient/compute/v2/agent.py
index 14c4b2c7..75c67f31 100644
--- a/openstackclient/compute/v2/agent.py
+++ b/openstackclient/compute/v2/agent.py
@@ -91,7 +91,6 @@ class DeleteAgent(command.Command):
self.log.debug("take_action(%s)", parsed_args)
compute_client = self.app.client_manager.compute
compute_client.agents.delete(parsed_args.id)
- return
class ListAgent(lister.Lister):