Skip to content

Commit 71c14e3

Browse files
authored
Remove __future__ import. (#579)
1 parent 92ec3b8 commit 71c14e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datadog_lambda/handler.py

-1
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)