mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-29 17:35:16 +00:00
more native type hints
This commit is contained in:
parent
ae26704d05
commit
74f590e24f
19 changed files with 90 additions and 92 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import random
|
||||
from dataclasses import dataclass
|
||||
from typing import Any, Dict, Optional
|
||||
from typing import Any, Optional
|
||||
|
||||
import sympy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue