Styling
This commit is contained in:
parent
979d20753c
commit
3500e7d5d3
1 changed files with 2 additions and 6 deletions
|
|
@ -300,12 +300,8 @@ class SWFResponse(BaseResponse):
|
|||
default_execution_start_to_close_timeout = self._params.get(
|
||||
"defaultExecutionStartToCloseTimeout"
|
||||
)
|
||||
default_task_priority = self._params.get(
|
||||
"defaultTaskPriority"
|
||||
)
|
||||
default_lambda_role = self._params.get(
|
||||
"defaultLambdaRole"
|
||||
)
|
||||
default_task_priority = self._params.get("defaultTaskPriority")
|
||||
default_lambda_role = self._params.get("defaultLambdaRole")
|
||||
description = self._params.get("description")
|
||||
|
||||
self._check_string(domain)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue