mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +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.languages.regex_puzzles import (
|
||||
RegexPuzzlesConfig,
|
||||
RegexPuzzlesCurriculum,
|
||||
RegexPuzzlesDataset,
|
||||
)
|
||||
from reasoning_gym.languages.regex_puzzles import RegexPuzzlesConfig, RegexPuzzlesCurriculum, RegexPuzzlesDataset
|
||||
|
||||
|
||||
def test_config_validation():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue