Skip to content

Commit 2434bd1

Browse files
committed
Add newline to formatting
1 parent 90f5c4d commit 2434bd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

framework/data_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ def load_cifar10_data():
7979
if not dataset_path.exists():
8080
raise FileNotFoundError(
8181
f"Processed dataset not found at {dataset_path}. "
82-
"Please run:"
83-
"uv run python -m scripts.data_download"
82+
"Please run:\n"
83+
"uv run python -m scripts.data_download\n"
8484
"uv run python -m scripts.data_process"
8585
)
8686

0 commit comments

Comments
 (0)