Skip to content

Commit

Permalink
fix: remove source param from optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Oct 1, 2024
1 parent ca32fa7 commit 9a82565
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docetl/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,6 @@ def _get_sample_data(
dataset = Dataset(
type=dataset_config["type"],
path_or_data=dataset_config["path"],
source=dataset_config["source"],
parsing=dataset_config.get("parsing", []),
user_defined_parsing_tool_map=self.parsing_tool_map,
)
Expand Down

0 comments on commit 9a82565

Please sign in to comment.