remove unused import
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 10 Dec 2021 23:30:44 +0000 (15:30 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 10 Dec 2021 23:30:44 +0000 (15:30 -0800)
src/nmutil/lut.py

index 35b61868aa061d15dad4efbe82c020378fbed3d3..8edc2b487f84680c2573a8b854ff01fe1fdb1508 100644 (file)
@@ -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