We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b932f commit 8e47dc0Copy full SHA for 8e47dc0
kafka/msk.py
@@ -3,7 +3,8 @@
3
import hmac
4
import json
5
import string
6
-import urllib.parse
+
7
+from kafka.vendor.six.moves import urllib
8
9
10
class AwsMskIamClient:
0 commit comments