mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
fix: Import missing 're' module for regex word extraction
This commit is contained in:
parent
7df974a753
commit
56f422d74e
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
"""Word sorting task generator"""
|
||||
|
||||
import re
|
||||
from dataclasses import dataclass
|
||||
from enum import Enum
|
||||
from random import Random
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue