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:
co-authored by
Claude Opus 4.6
parent
581bf53e03
commit
8aeb16f3fc
@@ -14,6 +14,7 @@
|
|||||||
"""
|
"""
|
||||||
OpenAI-compatible transcription endpoint handler for Whisper models.
|
OpenAI-compatible transcription endpoint handler for Whisper models.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import io
|
import io
|
||||||
|
|||||||
Reference in New Issue
Block a user