remove extra indentation
Change-Id: I5b132e210b7155968a5d4f47da4ad8d7100d3e75
This commit is contained in:
@@ -1160,8 +1160,8 @@ class AuthProtocol(object):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
if self._cache:
|
if self._cache:
|
||||||
self.LOG.debug('Storing %s token in memcache', token_id)
|
self.LOG.debug('Storing %s token in memcache', token_id)
|
||||||
self._cache_store(token_id, (data, expires))
|
self._cache_store(token_id, (data, expires))
|
||||||
|
|
||||||
def _cache_store_invalid(self, token_id):
|
def _cache_store_invalid(self, token_id):
|
||||||
"""Store invalid token in cache."""
|
"""Store invalid token in cache."""
|
||||||
|
Reference in New Issue
Block a user