refactor(types): Phase 4 type hint sweep — core modules
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user