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

@@ -2,10 +2,6 @@
import sys
import yaml
import yaml_odict
from collections import OrderedDict
from pprint import pprint
registers = yaml.load(open(sys.argv[1], 'r'))