Remove unused imports

This commit is contained in:
Hendrikto
2019-04-04 21:40:16 +02:00
parent cc3e660d7e
commit 49a81308c0
18 changed files with 4 additions and 24 deletions

View File

@ -1,11 +1,10 @@
#!/usr/bin/env python3
import argparse
import sys
import os
import re
import xml.etree.ElementTree as ET
from collections import defaultdict, OrderedDict
from collections import OrderedDict
# Uncomment to do type checks. I have it commented out so it works below Python 3.5
#from typing import List, Dict, TextIO, Tuple, Iterable, Optional, DefaultDict, Any, Union