Remove redundant variable declaration

Change-Id: Ifc80f889f82e9853132b8f91e63cc53cfc476ac6
This commit is contained in:
George Tian
2016-10-09 19:58:00 +08:00
parent 77e963db46
commit ea84ff9d37

View File

@@ -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: