Skip to content

Commit

Permalink
Fix not -> no
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsh Zahed authored and Arsh Zahed committed Dec 11, 2024
1 parent 2dd338d commit 1313db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/together/utils/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1313db2

Please sign in to comment.