mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
refactor: Simplify imports in leg_counting.py
This commit is contained in:
parent
a20a9e9650
commit
fef97fd2bb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""Leg counting task generator"""
|
||||
from dataclasses import dataclass
|
||||
from random import Random
|
||||
from typing import Dict, List, Optional, Tuple
|
||||
from typing import Dict, Optional
|
||||
|
||||
ANIMALS = {
|
||||
# Animals with 0 legs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue