This commit is contained in:
Andrea Spacca 2021-01-11 17:43:56 +01:00
parent 787540f329
commit 1c317ed294

View File

@ -83,14 +83,8 @@ CORS_HEADERS = {
}
class NotDecryptedAvailableError(BaseException):
""" Inappropriate argument value (of correct type). """
def __init__(self, *args, **kwargs): # real signature unknown
pass
@staticmethod # known case of __new__
def __new__(*args, **kwargs): # real signature unknown
""" Create and return a new object. See help(type) for accurate signature. """
class NotDecryptedAvailableError(Exception):
"""Exception that signals that no decrypted upload is available"""
pass
@attr.s