We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8f9c2 commit 7ee6bb0Copy full SHA for 7ee6bb0
mlir/python/mlir/dialects/transform/extras/__init__.py
@@ -2,7 +2,7 @@
2
3
import abc
4
from dataclasses import dataclass, field
5
-from typing import Callable, Optional, Sequence, TypeVar
+from typing import Callable, Optional, Sequence
6
7
try:
8
from .... import ir
0 commit comments