Skip to content

Commit 8e47dc0

Browse files
mattoberledpkp
authored andcommitted
Use six to import urllib (python2 compatability)
1 parent e1b932f commit 8e47dc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kafka/msk.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import hmac
44
import json
55
import string
6-
import urllib.parse
6+
7+
from kafka.vendor.six.moves import urllib
78

89

910
class AwsMskIamClient:

0 commit comments

Comments
 (0)