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 @@
"""
Unit tests for service modules: Config, Hasher, Timer, Version, AudioService, TTSService
"""
import pytest
import json
import tempfile
@@ -170,4 +171,4 @@ class TestTTSService:
# Test speak with empty string
with pytest.raises(ValueError):
tts_service.speak("")
tts_service.speak("")