Remove unnecessary import

pull/58/head
Michael X. Grey 2018-05-29 12:54:20 +08:00
parent 79ab1e6a43
commit 0fdaad0284
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ from __future__ import division, absolute_import, print_function
from xml.dom.minidom import parse
from os import path as os_path, getcwd
import re
import xml.etree.cElementTree as etree
# Internal dependencies
from .parser import parse_path