chore(dashboard): mypy ignores + parse-success metric in Overview

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-09 20:45:06 +02:00
parent cd037e6c4e
commit 18259325a1
3 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from __future__ import annotations
from pathlib import Path
import numpy as np
import pandas as pd
import pandas as pd # type: ignore[import-untyped]
from multi_swarm.genome.hypothesis import HypothesisAgentGenome, ModelTier
from multi_swarm.llm.client import CompletionResult