Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Sep 12, 2024
1 parent 41ed515 commit 8afe2b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fiftyone/server/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ def handle_group_filter(

for stage in stages:
# add stages after flattening and group match

if group_by and isinstance(stage, fosg.GroupBy) and filter.slices:
view = view.match(
{group_field + ".name": {"$in": filter.slices}}
Expand Down

0 comments on commit 8afe2b9

Please sign in to comment.