mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
more native type hints
This commit is contained in:
parent
ae26704d05
commit
74f590e24f
19 changed files with 90 additions and 92 deletions
|
|
@ -7,7 +7,7 @@ https://leetcode.com/problems/rotting-oranges/description/
|
|||
from collections import deque
|
||||
from dataclasses import dataclass
|
||||
from random import Random
|
||||
from typing import Dict, Optional
|
||||
from typing import Optional
|
||||
|
||||
from ..factory import ProceduralDataset, register_dataset
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue