mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
cr fix
This commit is contained in:
parent
787540f329
commit
1c317ed294
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user