Skip to content

Commit cc91977

Browse files
committed
Linting.
1 parent d132c42 commit cc91977

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datadog_lambda/api.py

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ def init_api():
8686
# Unmute exceptions from datadog api client, so we can catch and handle them
8787
api._mute = False
8888

89+
8990
def _boto3_client(*args, **kwargs):
9091
import botocore
92+
9193
return botocore.session.get_session().create_client(*args, **kwargs)

0 commit comments

Comments
 (0)