sources/oauth: cleanup clients, add type annotations
This commit is contained in:
5
passbook/sources/oauth/exceptions.py
Normal file
5
passbook/sources/oauth/exceptions.py
Normal file
@ -0,0 +1,5 @@
|
||||
from passbook.lib.sentry import SentryIgnoredException
|
||||
|
||||
|
||||
class OAuthSourceException(SentryIgnoredException):
|
||||
"""General Error during OAuth Flow occurred"""
|
||||
Reference in New Issue
Block a user