Skip to content

Commit 0015048

Browse files
hnyls2002lifuhuang
authored andcommitted
Fix not "import os" (sgl-project#6057)
1 parent d999b6f commit 0015048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/sglang/srt/disaggregation/decode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from __future__ import annotations
2222

2323
import logging
24+
import os
2425
from collections import deque
2526
from dataclasses import dataclass
2627
from typing import TYPE_CHECKING, List, Optional, Tuple

0 commit comments

Comments
 (0)