summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/fixedip.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/compute/v2/fixedip.py')
-rw-r--r--openstackclient/compute/v2/fixedip.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/fixedip.py b/openstackclient/compute/v2/fixedip.py
index da9d85c3..1ab8a18c 100644
--- a/openstackclient/compute/v2/fixedip.py
+++ b/openstackclient/compute/v2/fixedip.py
@@ -52,7 +52,6 @@ class AddFixedIP(command.Command):
compute_client.servers, parsed_args.server)
server.add_fixed_ip(network.id)
- return
class RemoveFixedIP(command.Command):
@@ -82,4 +81,3 @@ class RemoveFixedIP(command.Command):
compute_client.servers, parsed_args.server)
server.remove_fixed_ip(parsed_args.ip_address)
- return