From: Jacob Lifshay Date: Fri, 10 Dec 2021 23:30:44 +0000 (-0800) Subject: remove unused import X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac424ff5866102d1b492e2f7e3d38ba319e04d90;p=nmutil.git remove unused import --- 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