Skip to content

Commit d586a07

Browse files
committed
Add missing Any import to tpu_platform.py
Signed-off-by: Xing Liu <xingliu14@gmail.com>
1 parent c4f0cd2 commit d586a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpu_inference/platforms/tpu_platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
from typing import TYPE_CHECKING, Optional, Tuple, Union, cast
3+
from typing import TYPE_CHECKING, Any, Optional, Tuple, Union, cast
44

55
import jax.numpy as jnp
66
import vllm.envs as vllm_envs

0 commit comments

Comments
 (0)