mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-05-01 17:45:24 +00:00
more native type hints
This commit is contained in:
parent
ae26704d05
commit
74f590e24f
19 changed files with 90 additions and 92 deletions
|
|
@ -9,7 +9,7 @@ main.py – Orchestrates the overall flow:
|
|||
import sys
|
||||
import uuid
|
||||
from pathlib import Path
|
||||
from typing import Any, Dict
|
||||
from typing import Any
|
||||
|
||||
from examples.word_ladder.utils import create_word_ladders, generate_reasoning
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue