refactor(types): Phase 4 type hint sweep — core modules

This commit is contained in:
2026-02-28 15:13:55 -05:00
parent ca04026db5
commit 46c2f9a0ca
10 changed files with 52 additions and 42 deletions

View File

@@ -6,7 +6,7 @@ import aggregate
import summarize
from pathlib import Path
CONDUCTOR_PATH = Path("conductor")
CONDUCTOR_PATH: Path = Path("conductor")
def get_track_history_summary() -> str:
"""