forked from M-Labs/artiq
compiler.iodelay: add missing import.
This commit is contained in:
parent
e619154c81
commit
7d2fca291d
|
@ -4,6 +4,8 @@ the statically inferred RTIO delay arising from executing
|
|||
a function.
|
||||
"""
|
||||
|
||||
from functools import reduce
|
||||
|
||||
class Expr:
|
||||
def __add__(lhs, rhs):
|
||||
assert isinstance(rhs, Expr)
|
||||
|
|
Loading…
Reference in New Issue