Skip to content

Commit 5e994f6

Browse files
authored
Update ec2_plugin.py
Restore python2 compatibility
1 parent 0081cdf commit 5e994f6

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)