Skip to content

Commit 7d00f1c

Browse files
linting
1 parent f079cbc commit 7d00f1c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

datadog_lambda/wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def __call__(self, event, context, **kwargs):
203203
raise
204204
finally:
205205
self._after(event, context)
206-
207206
if self.blocking_response:
208207
return self.blocking_response
209208
return self.response

0 commit comments

Comments
 (0)