summaryrefslogtreecommitdiff
path: root/openstackclient/network/v2
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/network/v2')
-rw-r--r--openstackclient/network/v2/network.py1
-rw-r--r--openstackclient/network/v2/security_group.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/network/v2/network.py b/openstackclient/network/v2/network.py
index 308e0e52..67865642 100644
--- a/openstackclient/network/v2/network.py
+++ b/openstackclient/network/v2/network.py
@@ -338,7 +338,6 @@ class SetNetwork(command.Command):
raise exceptions.CommandError(msg)
client.update_network(obj, **attrs)
- return
class ShowNetwork(common.NetworkAndComputeShowOne):
diff --git a/openstackclient/network/v2/security_group.py b/openstackclient/network/v2/security_group.py
index 9cefb420..62699ffd 100644
--- a/openstackclient/network/v2/security_group.py
+++ b/openstackclient/network/v2/security_group.py
@@ -123,7 +123,6 @@ class SetSecurityGroup(common.NetworkAndComputeCommand):
# if there were no updates. Maintain this behavior and issue
# the update.
client.update_security_group(obj, **attrs)
- return
def take_action_compute(self, client, parsed_args):
data = utils.find_resource(