Spaces:
Running
Running
zach
commited on
Commit
·
a221e9d
1
Parent(s):
40403f3
Remove trailing whitespace in scripts
Browse files- src/scripts/init_db.py +1 -1
- src/scripts/test_db.py +1 -1
src/scripts/init_db.py
CHANGED
|
@@ -38,7 +38,7 @@ def main():
|
|
| 38 |
"""
|
| 39 |
Main entry point for the database initialization script.
|
| 40 |
|
| 41 |
-
This function creates the configuration, ensures the async engine is
|
| 42 |
initialized, and runs the async initialization function within an
|
| 43 |
event loop.
|
| 44 |
|
|
|
|
| 38 |
"""
|
| 39 |
Main entry point for the database initialization script.
|
| 40 |
|
| 41 |
+
This function creates the configuration, ensures the async engine is
|
| 42 |
initialized, and runs the async initialization function within an
|
| 43 |
event loop.
|
| 44 |
|
src/scripts/test_db.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
test_db.py
|
| 3 |
|
| 4 |
This script verifies the database connection for the Expressive TTS Arena project.
|
| 5 |
-
It attempts to connect to the PostgreSQL database using async SQLAlchemy and executes
|
| 6 |
a simple query to confirm connectivity.
|
| 7 |
|
| 8 |
Functionality:
|
|
|
|
| 2 |
test_db.py
|
| 3 |
|
| 4 |
This script verifies the database connection for the Expressive TTS Arena project.
|
| 5 |
+
It attempts to connect to the PostgreSQL database using async SQLAlchemy and executes
|
| 6 |
a simple query to confirm connectivity.
|
| 7 |
|
| 8 |
Functionality:
|