mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-03 22:29:08 +00:00
Move xml.parsers.expat import for flake8
This commit is contained in:
parent
e4218c7612
commit
77db2ea8f4
1 changed files with 1 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ import timeit
|
|||
import datetime
|
||||
import platform
|
||||
import threading
|
||||
import xml.parsers.expat
|
||||
|
||||
__version__ = '1.0.0'
|
||||
|
||||
|
|
@ -65,7 +66,6 @@ except ImportError:
|
|||
except ImportError:
|
||||
json = None
|
||||
|
||||
import xml.parsers.expat
|
||||
try:
|
||||
import xml.etree.cElementTree as ET
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue