projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65fd652
)
remove unneeded import
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 28 Feb 2022 11:04:32 +0000
(11:04 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 28 Feb 2022 11:04:32 +0000
(11:04 +0000)
gram/compat.py
patch
|
blob
|
history
diff --git
a/gram/compat.py
b/gram/compat.py
index c05300650fdc7d9cd8956a7715e2abfdd0e6c5ab..bf19993760a298ba24009710b61ae1ec21a8d161 100644
(file)
--- a/
gram/compat.py
+++ b/
gram/compat.py
@@
-4,7
+4,6
@@
import unittest
from nmigen import *
from nmigen import tracer
-from nmigen.compat import Case
from nmigen.back.pysim import *
__ALL__ = ["delayed_enter", "Timeline", "CSRPrefixProxy"]