Skip to content

Commit 59b1f69

Browse files
committed
tlint
1 parent 29f4117 commit 59b1f69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datadog_lambda/wrapper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ def _after(self, event, context):
203203
{
204204
ERROR_TYPE: "5xx Server Errors",
205205
ERROR_MSG: SERVER_ERRORS_STATUS_CODES.get(
206-
status_code,
207-
"5xx Server Errors"),
206+
status_code, "5xx Server Errors"),
208207
}
209208
)
210209
# Create a new dummy Datadog subsegment for function trigger tags so we

0 commit comments

Comments
 (0)