Remove redundant variable declaration
Change-Id: Ifc80f889f82e9853132b8f91e63cc53cfc476ac6
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user