Skip to content

Commit 4537cf7

Browse files
committed
feat: update quote
1 parent bb8f2e3 commit 4537cf7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

volcenginesdkcore/signv4.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
import datetime
66
import hmac
77
import hashlib
8-
9-
try:
10-
from urllib import quote
11-
except:
12-
from urllib.parse import quote
8+
from six.moves.urllib.parse import quote
139

1410

1511
class SignerV4(object):

0 commit comments

Comments
 (0)