Remove unused code

This commit is contained in:
Joseph Schorr 2018-03-09 16:46:29 -05:00
parent 96fafcdffb
commit f1da3c452f
3 changed files with 0 additions and 40 deletions

View file

@ -160,22 +160,6 @@ class DockerRegistryV1DataInterface(object):
"""
pass
@abstractmethod
def load_token(self, token):
"""
Loads the data associated with the given (deprecated) access token, and, if
found returns True.
"""
pass
@abstractmethod
def verify_robot(self, username, token):
"""
Returns True if the given robot username and token match an existing robot
account.
"""
pass
@abstractmethod
def change_user_password(self, user, new_password):
"""