chore(fromat): formatting code

This commit is contained in:
CarolinePascal
2026-07-30 17:32:15 +02:00
parent dca9e80f03
commit e48b395c60
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1177,7 +1177,9 @@ def test_modify_tasks_default_task_and_replacements(sample_dataset):
def test_modify_tasks_no_task_specified(sample_dataset):
"""Test error when no task is specified."""
with pytest.raises(ValueError, match="Must specify at least one of new_task, episode_tasks, or task_replacements"):
with pytest.raises(
ValueError, match="Must specify at least one of new_task, episode_tasks, or task_replacements"
):
modify_tasks(sample_dataset)