forked from M-Labs/artiq
1
0
Fork 0

compiler.iodelay: add missing import.

This commit is contained in:
whitequark 2015-11-17 01:30:19 +03:00
parent e619154c81
commit 7d2fca291d
1 changed files with 2 additions and 0 deletions

View File

@ -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)