Skip to content

Commit

Permalink
Fixup format
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Liu <[email protected]>
  • Loading branch information
liulinC committed Feb 20, 2024
1 parent ef3b3b0 commit 192cb7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XSConsoleMetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
if sys.version_info[0] == 2:
# Python 2
from urllib import URLopener

def urlopen(url):
return URLopener().open(url)
else:
Expand Down Expand Up @@ -107,7 +107,7 @@ def ParseXML(self, inXML):
xmlDoc = xml.dom.minidom.parseString(inXML)
metaNode = xmlDoc.getElementsByTagName('meta')[0]
valuesNode = xmlDoc.getElementsByTagName('data')[0]

meta = Struct()
# Values comments out below are currently not required
# for name in ('start', 'end', 'rows', 'columns'):
Expand Down

0 comments on commit 192cb7a

Please sign in to comment.