fix: Add missing Callable import to arc_agi.py

This commit is contained in:
Andreas Koepf (aider) 2025-02-08 23:59:53 +01:00
parent cdb9d8d8f8
commit 8d8d85e6b2

View file

@ -1,6 +1,6 @@
from dataclasses import dataclass, field
from random import Random
from typing import Any, Optional
from typing import Any, Callable, Optional
import arckit