Skip to content

Commit efb8efd

Browse files
committed
fix code style
1 parent 86445d2 commit efb8efd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

qcloud_cos/cos_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import os
88
import sys
99
import copy
10-
import time
1110
import xml.dom.minidom
1211
import xml.etree.ElementTree
1312
from requests import Request, Session

qcloud_cos/xml2dict.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def updateDict(self, aDict):
3434
else:
3535
self.update({key: aDict[key]})
3636

37+
3738
if __name__ == "__main__":
3839
s = """<?xml version="1.0" encoding="utf-8" ?>
3940
<result xmlns= "wqa.bai.com">

0 commit comments

Comments
 (0)