Commit 787f5bf
committed
Refactor and clean up TTSFM web and core modules
This commit improves code organization, formatting, and import order across the ttsfm-web Flask app, i18n, websocket handler, and run script. It also refactors the main ttsfm package __init__.py for clearer exports, updates async_client.py for better logging and structure, and removes unnecessary imports in audio.py. Minor test import order fixes are included. No functional changes are introduced.1 parent 3a1429b commit 787f5bf
File tree
14 files changed
+709
-513
lines changed- tests
- ttsfm-web
- ttsfm
14 files changed
+709
-513
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments