Skip to content

Commit

Permalink
rm type in dataset
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Mar 22, 2024
1 parent 910966c commit a0ebfc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion substra/sdk/backends/local/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def _add_dataset(self, key, spec, spec_options=None):
"authorized_ids": permissions.authorized_ids,
},
},
type=spec.type,
data_sample_keys=[],
opener={"checksum": fs.hash_file(dataset_file_path), "storage_address": dataset_file_path},
description={
Expand Down

0 comments on commit a0ebfc6

Please sign in to comment.