Skip to content

Commit

Permalink
style: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 1, 2024
1 parent 1507e79 commit 36981f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nmdc_runtime/api/models/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class FindRequest(BaseModel):
> "The `Field` function is used to customize and add metadata to fields of models."
References: https://docs.pydantic.dev/latest/concepts/fields/
"""

filter: Optional[str] = Field(
default=None,
title="Filter",
Expand Down Expand Up @@ -118,7 +119,7 @@ class FindRequest(BaseModel):
examples=[
"*",
"nmdc:sys0zr0fbt71",
]
],
)
group_by: Optional[str] = Field(
default=None,
Expand Down

0 comments on commit 36981f5

Please sign in to comment.