Remove unused Python imports

This commit is contained in:
Mike Naberezny
2017-06-20 14:00:55 -07:00
committed by Karl Palsson
parent b4c4b4c3f9
commit 860d10940b
3 changed files with 0 additions and 6 deletions

View File

@@ -4,7 +4,6 @@ import sys
import yaml
import csv
from collections import OrderedDict
import yaml_odict
def convert_file(fname):
reader = csv.reader(open(fname, 'r'))