From ac424ff5866102d1b492e2f7e3d38ba319e04d90 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 10 Dec 2021 15:30:44 -0800 Subject: [PATCH] remove unused import --- src/nmutil/lut.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nmutil/lut.py b/src/nmutil/lut.py index 35b6186..8edc2b4 100644 --- a/src/nmutil/lut.py +++ b/src/nmutil/lut.py @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-3-or-later # See Notices.txt for copyright information -from nmigen.hdl.ast import Array, Cat, Repl, Signal +from nmigen.hdl.ast import Array, Repl, Signal from nmigen.hdl.dsl import Module from nmigen.hdl.ir import Elaboratable -- 2.30.2