Skip to content

Commit 5d42f5a

Browse files
committed
testing
1 parent e94aed5 commit 5d42f5a

File tree

1 file changed

+0
-2
lines changed
  • src/cloudformation_cli_python_lib

1 file changed

+0
-2
lines changed

src/cloudformation_cli_python_lib/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
)
3030

3131
HOOK_REQUEST_DATA_TARGET_MODEL_FIELD_NAME = "targetModel"
32-
HOOK_REQUEST_DATA_PAYLOAD_FIELD_NAME = "payload"
3332
HOOK_REMOTE_PAYLOAD_CONNECT_AND_READ_TIMEOUT_SECONDS = 10
3433
HOOK_REMOTE_PAYLOAD_RETRY_LIMIT = 3
3534
HOOK_REMOTE_PAYLOAD_RETRY_BACKOFF_FACTOR = 1
@@ -263,7 +262,6 @@ def deserialize(cls, json_data: MutableMapping[str, Any]) -> "HookRequestData":
263262
)
264263

265264
if response.status_code == 200:
266-
# pass
267265
setattr(
268266
req_data,
269267
HOOK_REQUEST_DATA_TARGET_MODEL_FIELD_NAME,

0 commit comments

Comments
 (0)