Skip to content

Commit

Permalink
tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
odeda1 committed Sep 12, 2024
1 parent 065b641 commit 14cdcab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion salt/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def read_csv_or_jsonl(path: str) -> pd.DataFrame:
if file_type == "jsonl":
return pd.read_json(path, lines=True)

return NotImplementedError("Only CSV and JSONL file types are supported.")
raise NotImplementedError("Only CSV and JSONL file types are supported.")
1 change: 0 additions & 1 deletion salt/view/steps/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
USE_SEMANTICS_FILTER_KEY = "use_semantics"
USE_REGEX_FILTER_KEY = "use_regex"


SINGLE_LABEL = "Single-label 📎️"
MULTI_LABEL = "Multi-label 🖇️️"

Expand Down

0 comments on commit 14cdcab

Please sign in to comment.