Skip to content

Commit 10c129c

Browse files
committed
Remove unused imports
1 parent 7123b62 commit 10c129c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

xdsl_smt/cli/superoptimize.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@
99

1010
from xdsl.context import Context
1111
from xdsl.parser import Parser
12-
from xdsl.rewriter import Rewriter
1312

1413
from xdsl_smt.superoptimization.synthesizer import synthesize_constants
1514
from xdsl_smt.dialects import get_all_dialects
16-
import xdsl_smt.dialects.synth_dialect as synth
17-
from xdsl.dialects.builtin import ModuleOp, IntegerAttr, IntegerType
18-
import xdsl_smt.dialects.hw_dialect as hw
15+
from xdsl.dialects.builtin import ModuleOp
1916

2017

2118
def read_program_from_enumerator(

0 commit comments

Comments
 (0)