Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Kuderski <[email protected]>
  • Loading branch information
kuhar committed Nov 14, 2024
1 parent b800d1c commit fed787a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tuner/tuner/candidate_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
from abc import ABC, abstractmethod

from iree.compiler import ir # type: ignore
from iree.compiler.dialects import iree_codegen, iree_gpu # type: ignore

tune_logger = logging.getLogger("tune")

Expand Down
2 changes: 1 addition & 1 deletion tuner/tuner/candidate_gen_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from . import candidate_gen

from iree.compiler import ir # type: ignore
from iree.compiler.dialects import func, iree_codegen, iree_gpu # type: ignore
from iree.compiler.dialects import func # type: ignore


def test_get_shaped_type_element_bitwidth() -> None:
Expand Down

0 comments on commit fed787a

Please sign in to comment.