Merge "Remove unused class variables from token provider"

This commit is contained in:
Zuul 2018-02-15 19:51:20 +00:00 committed by Gerrit Code Review
commit be644b773e
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ class Manager(manager.Manager):
V3 = V3
VERSIONS = VERSIONS
INVALIDATE_PROJECT_TOKEN_PERSISTENCE = 'invalidate_project_tokens'
INVALIDATE_USER_TOKEN_PERSISTENCE = 'invalidate_user_tokens'
_persistence_manager = None
def __init__(self):