From 8aeb16f3fccc81c8930eec1a051d3b540aa4db2f Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Mon, 23 Feb 2026 18:29:38 -0800 Subject: [PATCH] fix: add missing blank line after docstring in serving_transcription.py (#19206) Co-authored-by: Claude Opus 4.6 --- python/sglang/srt/entrypoints/openai/serving_transcription.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/sglang/srt/entrypoints/openai/serving_transcription.py b/python/sglang/srt/entrypoints/openai/serving_transcription.py index 9ba0d9a43..2b5661f49 100644 --- a/python/sglang/srt/entrypoints/openai/serving_transcription.py +++ b/python/sglang/srt/entrypoints/openai/serving_transcription.py @@ -14,6 +14,7 @@ """ OpenAI-compatible transcription endpoint handler for Whisper models. """ + from __future__ import annotations import io