mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
cleanup
This commit is contained in:
parent
22ec380a98
commit
49ff0742b8
5 changed files with 46 additions and 47 deletions
|
|
@ -1,11 +1,3 @@
|
|||
from .family_relationships import (
|
||||
FamilyRelationshipsDataset,
|
||||
FamilyRelationshipsConfig,
|
||||
family_relationships_dataset
|
||||
)
|
||||
from .family_relationships import FamilyRelationshipsConfig, FamilyRelationshipsDataset, family_relationships_dataset
|
||||
|
||||
__all__ = [
|
||||
"FamilyRelationshipsDataset",
|
||||
"FamilyRelationshipsConfig",
|
||||
"family_relationships_dataset"
|
||||
]
|
||||
__all__ = ["FamilyRelationshipsDataset", "FamilyRelationshipsConfig", "family_relationships_dataset"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue