Skip to content

Commit 47aaa5c

Browse files
eexwhyzeeclaude
andcommitted
chore(trainer): sort imports to satisfy ruff isort (I001)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 409c9c9 commit 47aaa5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/prime_rl/trainer/runs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,10 @@ def get_orchestrator_config(self, run_id: str) -> Optional["OrchestratorConfig"]
236236
with open(config_path, "rb") as f:
237237
config_dict = tomli.load(f)
238238

239-
from prime_rl.configs.orchestrator import OrchestratorConfig
240239
from verifiers.v1.loaders import skip_plugin_install
241240

241+
from prime_rl.configs.orchestrator import OrchestratorConfig
242+
242243
# The trainer only reads training-relevant fields (model, lora, seq_len, buffers,
243244
# env names) and never runs the env, so skip resolving/installing taskset/harness
244245
# plugins from the Environments Hub while parsing. Otherwise a private v1 hub env

0 commit comments

Comments
 (0)