jaxlib/triton: ensure python 3.9 compatibility

This commit is contained in:
Jake VanderPlas 2024-02-06 11:39:51 -08:00
parent d6b1263b99
commit 4d5c557264

View File

@ -15,6 +15,7 @@
# ruff: noqa
"""Python bindings for the MLIR Triton dialect."""
from __future__ import annotations
from collections.abc import Sequence
from typing import Any