style(test): remove trailing blank line from Optuna contracts

This commit is contained in:
Joseph Magly
2026-09-07 16:26:56 -04:00
parent 707e762904
commit b54bfe3955
-1
View File
@@ -93,4 +93,3 @@ def test_real_optuna_runs_bounded_warm_start_and_restores_model(monkeypatch, pea
assert model.forward_calls >= 5 # reference, generation and KL for each trial
for name, tensor in model.state_dict().items():
torch.testing.assert_close(tensor, original[name], rtol=0, atol=0)