Skip to content

Commit ec0fd4c

Browse files
committed
Remove unused import
1 parent e11d9dd commit ec0fd4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flattentool/sort_iati.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
except ImportError:
3636
import xml.etree.ElementTree as ET
3737
warn('Using stdlib etree may work, but is not supported. Please install lxml.')
38-
import sys
3938

4039
# Namespaces necessary for opening schema files
4140
namespaces = {

0 commit comments

Comments
 (0)