refactor: Improve code readability and structure across TTS modules
This commit is contained in:
@@ -14,7 +14,7 @@ logger = get_logger(__name__)
|
||||
|
||||
|
||||
class TTSProcessor:
|
||||
"""Background processor for handling TTS generation queue with concurrency control."""
|
||||
"""Background processor for handling TTS generation queue."""
|
||||
|
||||
def __init__(self) -> None:
|
||||
"""Initialize the TTS processor."""
|
||||
|
||||
Reference in New Issue
Block a user