This commit is contained in:
Nuno Campos
2025-02-14 18:27:49 -08:00
parent 7f4822931e
commit 8ff5e79e70
@@ -459,7 +459,7 @@ def get_checkpoint_metadata(
continue
v = obj[key]
if isinstance(v, (str, int, bool, float)):
metadata[key] = v
metadata[key] = v # type: ignore[literal-required]
return metadata