diff --git a/scripts/data/lpc43xx/csv2yaml.py b/scripts/data/lpc43xx/csv2yaml.py index 1ec9a413..7b2f8c6d 100755 --- a/scripts/data/lpc43xx/csv2yaml.py +++ b/scripts/data/lpc43xx/csv2yaml.py @@ -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')) diff --git a/scripts/data/lpc43xx/gen.py b/scripts/data/lpc43xx/gen.py index 0a46e063..af253ddc 100755 --- a/scripts/data/lpc43xx/gen.py +++ b/scripts/data/lpc43xx/gen.py @@ -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')) diff --git a/tests/gadget-zero/test_gadget0.py b/tests/gadget-zero/test_gadget0.py index 25e2fa2b..d981b8c0 100644 --- a/tests/gadget-zero/test_gadget0.py +++ b/tests/gadget-zero/test_gadget0.py @@ -2,7 +2,6 @@ import array import datetime import usb.core import usb.util as uu -import logging import sys import unittest