Skip to content

Commit 69a8569

Browse files
yonash2srprash
andauthored
Update ec2_plugin.py (#249)
Restore python2 compatibility Co-authored-by: Prashant Srivastava <[email protected]>
1 parent de3ce93 commit 69a8569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws_xray_sdk/core/plugins/ec2_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import json
22
import logging
33
from future.standard_library import install_aliases
4-
from urllib.request import urlopen, Request
5-
64
install_aliases()
75

6+
from urllib.request import urlopen, Request
7+
88
log = logging.getLogger(__name__)
99

1010
SERVICE_NAME = 'ec2'

0 commit comments

Comments
 (0)