projects
/
nmutil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d9c2c
)
add missing import Statement for assertRepr
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 2 Dec 2021 01:39:40 +0000
(17:39 -0800)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 2 Dec 2021 01:39:40 +0000
(17:39 -0800)
src/nmutil/formaltest.py
patch
|
blob
|
history
diff --git
a/src/nmutil/formaltest.py
b/src/nmutil/formaltest.py
index be41bab8ab56aa17310c0cd6a027097b942f7544..cc81c7720ff1426ad7d8205090aeabc6caac6dd9 100644
(file)
--- a/
src/nmutil/formaltest.py
+++ b/
src/nmutil/formaltest.py
@@
-5,11
+5,10
@@
import textwrap
import unittest
import warnings
from contextlib import contextmanager
-
+from nmigen.hdl.ast import Statement
from nmigen.hdl.ir import Fragment
from nmigen.back import rtlil
from nmigen._toolchain import require_tool
-
from nmutil.get_test_path import get_test_path