From 1313db2ac5caf33b428f895b381f90a6947af09a Mon Sep 17 00:00:00 2001 From: Arsh Zahed Date: Wed, 11 Dec 2024 11:02:03 -0800 Subject: [PATCH] Fix not -> no --- src/together/utils/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/together/utils/files.py b/src/together/utils/files.py index bcf11548..4d2446b8 100644 --- a/src/together/utils/files.py +++ b/src/together/utils/files.py @@ -142,7 +142,7 @@ def _check_jsonl(file: Path) -> Dict[str, Any]: error_source="format", ) - # Check that there are not extra columns + # Check that there are no extra columns for column in json_line: if ( column