1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +00:00

fix: lint-fix

This commit is contained in:
Artem Litvinov 2023-09-29 17:07:06 +01:00
parent f74883b59e
commit 8998fa2301
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ from .settings import Settings
__all__ = [
"Application",
"Settings",
"ApplicationError",
"DisposeError",
"Settings",
"StartServerError",
]