Skip to content

Commit f1b1f7a

Browse files
committed
Remove __future__ import.
1 parent 92ec3b8 commit f1b1f7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datadog_lambda/handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This product includes software developed at Datadog (https://www.datadoghq.com/).
44
# Copyright 2020 Datadog, Inc.
55

6-
from __future__ import absolute_import
76
from importlib import import_module
87

98
import os

0 commit comments

Comments
 (0)