From: Luke Kenneth Casson Leighton Date: Sun, 19 Jul 2020 11:10:11 +0000 (+0100) Subject: remove unneeded import X-Git-Tag: semi_working_ecp5~680 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=824a2f76ef41ebd6d9b8d2545747bef9f14b31d1;p=soc.git remove unneeded import --- diff --git a/src/soc/fu/cr/cr_input_record.py b/src/soc/fu/cr/cr_input_record.py index c2b87cd0..a98144ca 100644 --- a/src/soc/fu/cr/cr_input_record.py +++ b/src/soc/fu/cr/cr_input_record.py @@ -1,6 +1,4 @@ from soc.fu.base_input_record import CompOpSubsetBase -from nmigen.hdl.rec import Layout - from soc.decoder.power_enums import (MicrOp, Function)