more cleanup, remove supervisr imports
This commit is contained in:
@ -1,17 +1,11 @@
|
||||
"""
|
||||
Supervisr Mod Oauth Client Errors
|
||||
"""
|
||||
"""passbook oauth_client Errors"""
|
||||
|
||||
|
||||
class OAuthClientError(Exception):
|
||||
"""
|
||||
Base error for all OAuth Client errors
|
||||
"""
|
||||
"""Base error for all OAuth Client errors"""
|
||||
pass
|
||||
|
||||
|
||||
class OAuthClientEmailMissingError(OAuthClientError):
|
||||
"""
|
||||
Error which is raised when user is missing email address from profile
|
||||
"""
|
||||
"""Error which is raised when user is missing email address from profile"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user