chore: mypy

This commit is contained in:
raf 2023-06-22 12:54:34 +01:00
parent e9d4816442
commit 103d6a9293

View File

@ -144,7 +144,7 @@ class ParameterMaxVersionLimitExceeded(JsonRESTError):
class ParameterAlreadyExists(JsonRESTError): class ParameterAlreadyExists(JsonRESTError):
code = 400 code = 400
def __init__(self): def __init__(self) -> None:
super().__init__( super().__init__(
"ParameterAlreadyExists", "ParameterAlreadyExists",
"The parameter already exists. To overwrite this value, set the overwrite option in the request to true.", "The parameter already exists. To overwrite this value, set the overwrite option in the request to true.",