Remove unused Python imports
This commit is contained in:
committed by
Karl Palsson
parent
b4c4b4c3f9
commit
860d10940b
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user