Skip to content

Commit a8fe3e8

Browse files
yonash2srprash
authored and
Tyler Hargraves
committed
Update ec2_plugin.py (aws#249)
Restore python2 compatibility Co-authored-by: Prashant Srivastava <[email protected]>
1 parent a066160 commit a8fe3e8

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)