ci: fix dependencies

This commit is contained in:
Jens Langhammer
2018-12-09 21:11:43 +01:00
parent 0754b07765
commit bc691f4f4c
3 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,6 @@ class OAuthCallback(OAuthClientMixin, View):
"Return url to redirect authenticated users."
return 'overview'
# pylint: disable=unused-argument
def get_or_create_user(self, source, access, info):
"Create a shell auth.User."
raise NotImplementedError()