Skip to content

Commit 58d5f3c

Browse files
JacksonTianyndu13
authored andcommitted
lint: improve coding style
1 parent 49af7d9 commit 58d5f3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aliyun-python-sdk-core/aliyunsdkcore/utils/parameter_helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
import hashlib
2121
import base64
22-
import socket
23-
import uuid
2422
import time
2523
import random
2624
import threading
@@ -48,6 +46,7 @@ def get_uuid():
4846
md5.update(msg.encode('utf-8'))
4947
return md5.hexdigest()
5048

49+
5150
def get_iso_8061_date():
5251
return time.strftime(FORMAT_ISO_8601, time.gmtime())
5352

0 commit comments

Comments
 (0)