Skip to content

Commit

Permalink
update type hints in CRUD func
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Oct 24, 2024
1 parent b246bdf commit e49fd0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/api/crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def get(
max_age: float,
sex: str,
diagnosis: str,
is_control: bool,
is_control: str,
min_num_imaging_sessions: int,
min_num_phenotypic_sessions: int,
assessment: str,
Expand All @@ -59,7 +59,7 @@ async def get(
Sex of subject.
diagnosis : str
Subject diagnosis.
is_control : bool
is_control : str
Whether or not subject is a control.
min_num_imaging_sessions : int
Subject minimum number of imaging sessions.
Expand Down

0 comments on commit e49fd0d

Please sign in to comment.