mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
fix: Import Random from random module to resolve undefined name error
This commit is contained in:
parent
acd078b448
commit
9c61b42879
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
"""FastAPI server implementation for Reasoning Gym."""
|
||||
|
||||
import logging
|
||||
from random import Random
|
||||
|
||||
from fastapi import FastAPI, HTTPException
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue