fix: add missing blank line after docstring in serving_transcription.py (#19206)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kangyan-Zhou
2026-02-23 18:29:38 -08:00
committed by GitHub
parent 581bf53e03
commit 8aeb16f3fc

View File

@@ -14,6 +14,7 @@
"""
OpenAI-compatible transcription endpoint handler for Whisper models.
"""
from __future__ import annotations
import io