Skip to content

Commit

Permalink
chore: remove useless comment in blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Mar 21, 2024
1 parent c1274e1 commit 0752fca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion antarest/study/web/studies_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def get_studies(
exists: t.Optional[bool] = Query(None, description="Filter studies based on their existence on disk."),
workspace: str = Query("", description="Filter studies based on their workspace."),
folder: str = Query("", description="Filter studies based on their folder."),
# It is advisable to use an optional Query parameter for enumerated types, like booleans.
sort_by: t.Optional[StudySortBy] = Query(
None,
description="Sort studies based on their name (case-insensitive) or creation date.",
Expand Down

0 comments on commit 0752fca

Please sign in to comment.