[eric] agents: drop an unused import from the aging recap

This commit is contained in:
ciregenz
2026-08-21 11:51:14 -07:00
parent df31e8d5d2
commit 05cd0f1990
@@ -10,7 +10,7 @@ arguments, so the agent can re-run any call whose detail it still needs."""
import hashlib
import json
from typing import List, Optional, Tuple
from typing import List, Tuple
from typeguard import typechecked