Skip to content

Commit d60572b

Browse files
committed
lint
1 parent 59b1f69 commit d60572b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datadog_lambda/wrapper.py

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

0 commit comments

Comments
 (0)