Skip to content

Commit

Permalink
Merge branch 'feat/merge-datasets' of https://github.com/luxonis/luxo…
Browse files Browse the repository at this point in the history
…nis-ml into feat/merge-datasets
  • Loading branch information
JSabadin committed Jan 9, 2025
2 parents b6e28ac + 17bba1c commit 182e427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luxonis_ml/data/datasets/luxonis_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def merge_with(
self,
other: "LuxonisDataset",
inplace: bool = True,
new_dataset_name: str = None,
new_dataset_name: Optional[str] = None,
) -> "LuxonisDataset":
"""Merge all data from `other` LuxonisDataset into the current
dataset (in-place or in a new dataset).
Expand Down

0 comments on commit 182e427

Please sign in to comment.