Skip to content

Commit c1fc3a2

Browse files
committed
Fixed incorrect typing
1 parent ab8c8ee commit c1fc3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/app/datamgmt/manage/manage_case_templates_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def validate_case_template(data: dict, update: bool = False) -> Optional[str]:
158158
return str(e)
159159

160160

161-
def case_template_pre_modifier(case_schema: CaseSchema, case_template_id: str):
161+
def case_template_pre_modifier(case_schema: Cases, case_template_id: str):
162162
case_template = get_case_template_by_id(int(case_template_id))
163163
if not case_template:
164164
return None

0 commit comments

Comments
 (0)