projects
/
nmutil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b17b6
)
remove unused import
author
Jacob Lifshay
<programmerjake@gmail.com>
Fri, 10 Dec 2021 23:30:44 +0000
(15:30 -0800)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Fri, 10 Dec 2021 23:30:44 +0000
(15:30 -0800)
src/nmutil/lut.py
patch
|
blob
|
history
diff --git
a/src/nmutil/lut.py
b/src/nmutil/lut.py
index 35b61868aa061d15dad4efbe82c020378fbed3d3..8edc2b487f84680c2573a8b854ff01fe1fdb1508 100644
(file)
--- 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