Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
69ed8b67
Unverified
Commit
69ed8b67
authored
Oct 23, 2025
by
Baizhou Zhang
Committed by
GitHub
Oct 23, 2025
Browse files
[Fix] Fix lint to pass CI (#12037)
parent
1801cd19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
python/sglang/utils.py
python/sglang/utils.py
+0
-2
No files found.
python/sglang/utils.py
View file @
69ed8b67
...
...
@@ -13,13 +13,11 @@ import time
import
traceback
import
urllib.request
import
weakref
from
concurrent.futures
import
ThreadPoolExecutor
from
functools
import
wraps
from
io
import
BytesIO
from
json
import
dumps
from
typing
import
Any
,
Callable
,
List
,
Optional
,
Tuple
,
Type
,
Union
import
numpy
as
np
import
pybase64
import
requests
from
IPython.display
import
HTML
,
display
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment