Skip to content

Commit

Permalink
fix more merge artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jan 6, 2025
1 parent 2e135d5 commit 2e5f6e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions luxonis_ml/data/datasets/luxonis_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,6 @@ def list_datasets(
team_id: Optional[str] = None,
bucket_storage: BucketStorage = BucketStorage.LOCAL,
bucket: Optional[str] = None,
*,
list_incompatible: bool = False,
) -> List[str]:
"""Returns a dictionary of all datasets.
Expand All @@ -841,9 +839,6 @@ def list_datasets(
C{S3}, or C{GCS}. Default is C{local}.
@type bucket: Optional[str]
@param bucket: Name of the bucket. Default is C{None}.
@type list_incompatible: bool
@param list_incompatible: Whether to list incompatible datasets.
Default is C{False}.
@rtype: List[str]
@return: List of all dataset names.
"""
Expand Down

0 comments on commit 2e5f6e9

Please sign in to comment.