formatting

This commit is contained in:
Andreas Koepf 2025-02-16 16:18:39 +01:00
parent d2d4b3a644
commit 6bf2dfa36c
4 changed files with 7 additions and 20 deletions

View file

@ -8,7 +8,6 @@ from typing import Dict, List, Optional, Set, Tuple
from ..data import get_data_file_path
from ..factory import ProceduralDataset, register_dataset
QUESTION_TEMPLATE = """Transform the word ladder '{start}' to '{end}' by changing one letter at a time.
Provide your answer as a comma-separated sequence of uppercase letters without spaces.
Each step must be a valid English word."""