Fix lint error
This commit is contained in:
parent
89e4ab93ee
commit
2d6be24ffc
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class SecretsManagerResponse(BaseResponse):
|
|||
rotation_lambda_arn=rotation_lambda_arn,
|
||||
rotation_rules=rotation_rules
|
||||
)
|
||||
|
||||
|
||||
def list_secrets(self):
|
||||
max_results = self._get_int_param("MaxResults")
|
||||
next_token = self._get_param("NextToken")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue