slimming before fastapi refactor

This commit is contained in:
2026-01-02 22:10:13 -07:00
parent 06b6340731
commit b96e0e0008
9 changed files with 231 additions and 557 deletions

View File

@@ -201,7 +201,7 @@ def test_python_scripts():
"""Test that Python scripts are syntactically valid."""
print("\nTesting Python scripts...")
scripts_to_test = ["generate_prompts.py", "simple_generate.py"]
scripts_to_test = ["generate_prompts.py"]
all_valid = True
for script in scripts_to_test: