Skip to content

Commit aa2c80b

Browse files
committed
Fix missing import
1 parent b597f63 commit aa2c80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synth/semantic/evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from abc import ABC, abstractmethod
22
from typing import Any, Dict, List, Set, Callable, Tuple
33

4-
from synth.syntax.program import Constant, Function, Primitive, Program, Variable
4+
from synth.syntax.program import Constant, Function, Primitive, Program, Variable, Type
55

66

77
class Evaluator(ABC):

0 commit comments

Comments
 (0)