Skip to content

Commit

Permalink
Merge pull request #19675 from jakevdp:fix-annotations
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 604720689
  • Loading branch information
jax authors committed Feb 6, 2024
2 parents d6b1263 + 4d5c557 commit ef065ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jaxlib/triton/dialect.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef065ed

Please sign in to comment.