Unneeded import.

This commit is contained in:
Tal Leming 2018-06-14 13:34:19 -04:00
parent c008e20854
commit 1d6dddc8f5

View File

@ -34,11 +34,6 @@ try:
except NameError:
unicode = str
try:
from xml.etree import cElementTree as ElementTree
except ImportError:
from xml.etree import ElementTree
from lxml import etree