Skip to content

Commit

Permalink
chore: mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
raf committed Jun 22, 2023
1 parent e9d4816 commit 103d6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moto/ssm/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def __init__(self, message: str):
class ParameterAlreadyExists(JsonRESTError):
code = 400

def __init__(self):
def __init__(self) -> None:
super().__init__(
"ParameterAlreadyExists",
"The parameter already exists. To overwrite this value, set the overwrite option in the request to true.",
Expand Down

0 comments on commit 103d6a9

Please sign in to comment.