diff --git a/src/routers/openml/datasets.py b/src/routers/openml/datasets.py index a4240c9..fd0c9f0 100644 --- a/src/routers/openml/datasets.py +++ b/src/routers/openml/datasets.py @@ -326,7 +326,7 @@ async def get_dataset_features( raise DatasetProcessingError(msg) msg = ( "No features found. " - "Dataset {dataset_id} did not contain any features, or we could not extract them." + f"Dataset {dataset_id} did not contain any features, or we could not extract them." ) raise DatasetNoFeaturesError(msg) return features