Skip to content

Commit 1313db2

Browse files
Arsh ZahedArsh Zahed
authored andcommitted
Fix not -> no
1 parent 2dd338d commit 1313db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/utils/files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def _check_jsonl(file: Path) -> Dict[str, Any]:
142142
error_source="format",
143143
)
144144

145-
# Check that there are not extra columns
145+
# Check that there are no extra columns
146146
for column in json_line:
147147
if (
148148
column

0 commit comments

Comments
 (0)