Skip to content

Commit 1849c48

Browse files
run pre-commit
1 parent 57003be commit 1849c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/sglang/srt/entrypoints/http_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ async def flush_cache():
229229
_global_state.tokenizer_manager.flush_cache()
230230
return Response(
231231
content="Cache flushed.\nPlease check backend logs for more details. "
232-
"(When there are running or waiting requests, the operation will not be performed.)\n",
232+
"(When there are running or waiting requests, the operation will not be performed.)\n",
233233
status_code=200,
234234
)
235235

0 commit comments

Comments
 (0)