summaryrefslogtreecommitdiff
path: root/openstackclient/common
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-03-07 17:54:06 +0800
committerTang Chen <chen.tang@easystack.cn>2016-03-07 17:54:06 +0800
commitfc24f37ae28e1b7f6b9587a8062a314d660a0136 (patch)
tree46437158c7e166f8e41a0135ad2b20dd7a38115d /openstackclient/common
parent8787ad2b49cdb1043a6c5c5b6bad10e54068aeaf (diff)
downloadpython-openstackclient-fc24f37ae28e1b7f6b9587a8062a314d660a0136.tar.gz
Trivial: Remove useless return
If a function returns nothing, do not add return in the end. Change-Id: I298b8717462f68d3076a1619d674775be2a94c42
Diffstat (limited to 'openstackclient/common')
-rw-r--r--openstackclient/common/clientmanager.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/common/clientmanager.py b/openstackclient/common/clientmanager.py
index 938dd05c..56ddcbad 100644
--- a/openstackclient/common/clientmanager.py
+++ b/openstackclient/common/clientmanager.py
@@ -199,8 +199,6 @@ class ClientManager(object):
self._auth_setup_completed = True
- return
-
@property
def auth_ref(self):
"""Dereference will trigger an auth if it hasn't already"""