diff options
author | George Tian <tian694293774@gmail.com> | 2016-10-09 19:58:00 +0800 |
---|---|---|
committer | George Tian <tian694293774@gmail.com> | 2016-10-09 19:59:05 +0800 |
commit | ea84ff9d37b85a2bba350048538e5060ab635806 (patch) | |
tree | 451b8c7320d54bf263d79f0b8d2b59e84adf6261 | |
parent | 77e963db4635dca76fe3ff7ed40e9ad7ff172968 (diff) | |
download | python-keystoneclient-ea84ff9d37b85a2bba350048538e5060ab635806.tar.gz |
Remove redundant variable declaration
Change-Id: Ifc80f889f82e9853132b8f91e63cc53cfc476ac6
-rw-r--r-- | keystoneclient/access.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keystoneclient/access.py b/keystoneclient/access.py index 03e643b..74ca62e 100644 --- a/keystoneclient/access.py +++ b/keystoneclient/access.py @@ -55,8 +55,6 @@ class AccessInfo(dict): '1.7.0 release and may be removed in the 2.0.0 release.', DeprecationWarning) - auth_ref = None - if body is not None or len(kwargs): if AccessInfoV3.is_valid(body, **kwargs): if resp and not auth_token: |