fix: resolve all mypy type errors across service modules

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Justin Visser 2026-02-27 15:49:27 +01:00
parent f11947aad2
commit 74249fa24c
10 changed files with 39 additions and 31 deletions

View file

@ -23,7 +23,7 @@ def _serialize_export_scholar(profile: ScholarProfile) -> dict[str, Any]:
}
def _serialize_export_publication(row: tuple[Any, ...]) -> dict[str, Any]:
def _serialize_export_publication(row: Any) -> dict[str, Any]:
(
scholar_id,
cluster_id,