Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelbam committed Jun 10, 2024
1 parent 1455389 commit ebb7f41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion back/src/whombat/filters/annotation_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ class SearchRecordingsFilter(base.Filter):

def filter(self, query: Select) -> Select:
"""Filter the query."""

query = (

Check warning on line 236 in back/src/whombat/filters/annotation_tasks.py

View check run for this annotation

Codecov / codecov/patch

back/src/whombat/filters/annotation_tasks.py#L236

Added line #L236 was not covered by tests
query.join(
models.ClipAnnotation,
Expand Down
2 changes: 1 addition & 1 deletion front/src/components/filters/annotation_tasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const annotationTaskFilterDefs: FilterDef<AnnotationTaskFilter>[] = [
),
},
{
name: "Rejected",
name: "Needs Review",
field: "rejected",
selector: ({ setFilter }) => (
<BooleanFilter
Expand Down

0 comments on commit ebb7f41

Please sign in to comment.