Skip to content

Commit c4fae4a

Browse files
superbobryGoogle-ML-Automation
authored andcommitted
[jaxlib] Added a missing pytype_dep to :_triton_ext
PiperOrigin-RevId: 707907056
1 parent af7a31f commit c4fae4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxlib/mlir/_mlir_libs/_triton_ext.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from mlir import ir # type: ignore
15+
from mlir import ir
1616

1717
def register_dialect(context: ir.Context, load: bool = ...) -> None: ...
1818

0 commit comments

Comments
 (0)