mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-01-08 21:10:05 +01:00
Move xml.parsers.expat import for flake8
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user