Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dt3310321 committed May 2, 2018
1 parent ce50c03 commit 0331bbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion qcloud_cos/cos_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import os
import sys
import copy
import time
import xml.dom.minidom
import xml.etree.ElementTree
from requests import Request, Session
Expand Down
1 change: 1 addition & 0 deletions qcloud_cos/xml2dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def updateDict(self, aDict):
else:
self.update({key: aDict[key]})


if __name__ == "__main__":
s = """<?xml version="1.0" encoding="utf-8" ?>
<result xmlns= "wqa.bai.com">
Expand Down

0 comments on commit 0331bbf

Please sign in to comment.