Skip to content

Commit

Permalink
Sort Shuffle Stage in FfityOne App (#5270) (#5272)
Browse files Browse the repository at this point in the history
* sort

* also here

---------

Co-authored-by: Justin Newberry <[email protected]>
Co-authored-by: Justin Newberry <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent 64cf79b commit 8da1243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fiftyone/__public__.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
MatchLabels,
MatchTags,
Mongo,
Shuffle,
Select,
SelectBy,
SelectFields,
Expand All @@ -224,6 +223,7 @@
SelectGroupSlices,
SelectLabels,
SetField,
Shuffle,
Skip,
SortBy,
SortBySimilarity,
Expand Down
2 changes: 1 addition & 1 deletion fiftyone/core/stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -8628,7 +8628,6 @@ def repr_ViewExpression(self, expr, level):
MatchLabels,
MatchTags,
Mongo,
Shuffle,
Select,
SelectBy,
SelectFields,
Expand All @@ -8637,6 +8636,7 @@ def repr_ViewExpression(self, expr, level):
SelectGroupSlices,
SelectLabels,
SetField,
Shuffle,
Skip,
SortBy,
SortBySimilarity,
Expand Down

0 comments on commit 8da1243

Please sign in to comment.