style: Format code for consistency and readability across TTS modules

This commit is contained in:
JSC
2025-09-21 18:05:20 +02:00
parent 50eeae4c62
commit d3b6e90262
11 changed files with 36 additions and 27 deletions

View File

@@ -17,6 +17,7 @@ class TTSProvider(ABC):
Returns:
Audio data as bytes
"""
@abstractmethod
@@ -35,4 +36,4 @@ class TTSProvider(ABC):
@property
@abstractmethod
def file_extension(self) -> str:
"""Return the default file extension for this provider."""
"""Return the default file extension for this provider."""