chore: mypy
This commit is contained in:
parent
e9d4816442
commit
103d6a9293
@ -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.",
|
||||||
|
Loading…
Reference in New Issue
Block a user