diff --git a/run_agent.py b/run_agent.py index 77b1e95c59c..649ec60e39e 100644 --- a/run_agent.py +++ b/run_agent.py @@ -2433,8 +2433,6 @@ class AIAgent: return None from dataclasses import asdict - from agent.usage_pricing import normalize_usage - cu = normalize_usage(raw_usage, provider=self.provider, api_mode=self.api_mode) summary = asdict(cu) summary.pop("raw_usage", None)