Fix lint error

This commit is contained in:
Chris K 2019-04-05 13:54:11 +01:00
parent 89e4ab93ee
commit 2d6be24ffc

View File

@ -66,7 +66,7 @@ class SecretsManagerResponse(BaseResponse):
rotation_lambda_arn=rotation_lambda_arn, rotation_lambda_arn=rotation_lambda_arn,
rotation_rules=rotation_rules rotation_rules=rotation_rules
) )
def list_secrets(self): def list_secrets(self):
max_results = self._get_int_param("MaxResults") max_results = self._get_int_param("MaxResults")
next_token = self._get_param("NextToken") next_token = self._get_param("NextToken")