Skip to content

Commit 0d6702b

Browse files
committed
Remove unused os imports identified by ruff
Signed-off-by: Xing Liu <xingliu14@gmail.com>
1 parent f042a02 commit 0d6702b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tpu_inference/core/disagg_utils.py

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

3-
import os
43
from typing import Tuple
54

65
from tpu_inference import envs

tpu_inference/distributed/tpu_connector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060

6161
import copy
6262
import functools
63-
import os
6463
import threading
6564
import time
6665
from concurrent.futures import Future, ThreadPoolExecutor

tpu_inference/platforms/tpu_platform.py

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

3-
import os
43
from typing import TYPE_CHECKING, Optional, Tuple, Union, cast
54

65
import jax.numpy as jnp

0 commit comments

Comments
 (0)