mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-29 17:35:16 +00:00
Refactor import statements for consistency and readability across multiple test files
This commit is contained in:
parent
c63a596489
commit
9847d71dce
9 changed files with 9 additions and 42 deletions
|
|
@ -1,10 +1,6 @@
|
|||
import pytest
|
||||
|
||||
from reasoning_gym.algebra.limits import (
|
||||
LimitsConfig,
|
||||
LimitsCurriculum,
|
||||
LimitsDataset,
|
||||
)
|
||||
from reasoning_gym.algebra.limits import LimitsConfig, LimitsCurriculum, LimitsDataset
|
||||
|
||||
|
||||
def test_config_validation():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue