style: 代码格式化

This commit is contained in:
2025-12-13 21:47:37 +08:00
parent a0b327cdbb
commit baa7ac8ee9
64 changed files with 755 additions and 573 deletions

View File

@@ -1,6 +1,7 @@
"""
Working unit tests for service modules based on actual module structure.
"""
import pytest
# Version import commented out - actual module only has variables
@@ -86,4 +87,4 @@ class TestTTSService:
# Test speak with empty string
with pytest.raises(ValueError):
tts_service.speak("")
tts_service.speak("")