Skip to content

Commit c04c1e3

Browse files
linting
1 parent 6338a02 commit c04c1e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

datadog_lambda/asm.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ def get_asm_blocked_response(
225225
else:
226226
content_type = blocked.get("content-type", "application/json")
227227
blocked_config = Block_config()
228-
content = http_utils._get_blocked_template(content_type, blocked_config.block_id)
228+
content = http_utils._get_blocked_template(
229+
content_type, blocked_config.block_id
230+
)
229231

230232
response = {
231233
"statusCode": blocked.get("status_code", 403),

0 commit comments

Comments
 (0)