mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +00:00
fix: Add missing Callable import to arc_agi.py
This commit is contained in:
parent
cdb9d8d8f8
commit
8d8d85e6b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue