Skip to content

Commit

Permalink
hotfix: fix import issue in #597 (#598)
Browse files Browse the repository at this point in the history
#597 didn't import `Union`.
  • Loading branch information
yzh119 authored Nov 8, 2024
1 parent f5621d3 commit 1058d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/flashinfer/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
"""

from typing import Optional, Tuple
from typing import Optional, Tuple, Union

import torch
import triton
Expand Down

0 comments on commit 1058d1e

Please # to comment.