Styling
This commit is contained in:
parent
979d20753c
commit
3500e7d5d3
@ -300,12 +300,8 @@ class SWFResponse(BaseResponse):
|
|||||||
default_execution_start_to_close_timeout = self._params.get(
|
default_execution_start_to_close_timeout = self._params.get(
|
||||||
"defaultExecutionStartToCloseTimeout"
|
"defaultExecutionStartToCloseTimeout"
|
||||||
)
|
)
|
||||||
default_task_priority = self._params.get(
|
default_task_priority = self._params.get("defaultTaskPriority")
|
||||||
"defaultTaskPriority"
|
default_lambda_role = self._params.get("defaultLambdaRole")
|
||||||
)
|
|
||||||
default_lambda_role = self._params.get(
|
|
||||||
"defaultLambdaRole"
|
|
||||||
)
|
|
||||||
description = self._params.get("description")
|
description = self._params.get("description")
|
||||||
|
|
||||||
self._check_string(domain)
|
self._check_string(domain)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user