diff options
| author | Tang Chen <chen.tang@easystack.cn> | 2016-03-07 17:54:06 +0800 |
|---|---|---|
| committer | Tang Chen <chen.tang@easystack.cn> | 2016-03-07 17:54:06 +0800 |
| commit | fc24f37ae28e1b7f6b9587a8062a314d660a0136 (patch) | |
| tree | 46437158c7e166f8e41a0135ad2b20dd7a38115d /openstackclient/common/clientmanager.py | |
| parent | 8787ad2b49cdb1043a6c5c5b6bad10e54068aeaf (diff) | |
| download | python-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/clientmanager.py')
| -rw-r--r-- | openstackclient/common/clientmanager.py | 2 |
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""" |
