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
4ef981e2
Unverified
Commit
4ef981e2
authored
Oct 23, 2025
by
Baizhou Zhang
Committed by
GitHub
Oct 23, 2025
Browse files
Revert "[Fix] Fix lint to pass CI" (#12042)
parent
69ed8b67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
python/sglang/utils.py
python/sglang/utils.py
+2
-0
No files found.
python/sglang/utils.py
View file @
4ef981e2
...
...
@@ -13,11 +13,13 @@ 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