From a897c7f2fa5c4d2d5edf6460bf48a9f2b01af1f0 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Thu, 28 Feb 2019 10:52:06 +0800 Subject: [PATCH] foboot-bitstream: remove `cas` module from imports It's unused in the current implementation. Signed-off-by: Sean Cross --- foboot-bitstream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foboot-bitstream.py b/foboot-bitstream.py index af14156..e7aa9f4 100755 --- a/foboot-bitstream.py +++ b/foboot-bitstream.py @@ -26,7 +26,7 @@ from valentyusb.usbcore import io as usbio from valentyusb.usbcore.cpu import epmem, unififo, epfifo from valentyusb.usbcore.endpoint import EndpointType -from lxsocsupport import up5kspram, cas, spi_flash +from lxsocsupport import up5kspram, spi_flash import argparse