Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Krrupa committed Dec 19, 2023
1 parent 7a34d61 commit 5f2f4a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/router/session_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def get_group_for_session(session_id: str):
group_data = group_type_response.json()
return group_data[0]["child_id"]
raise HTTPException(status_code=404, detail="Session ID does not exist!")
raise HTTPException(status_code=404, detail="Session ID does not exist!")
raise HTTPException(status_code=404, detail="Session ID does not exist!")
1 change: 0 additions & 1 deletion app/router/student.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ async def create_student(request: Request):
headers=db_request_token(),
)


# based on the school name, retrieve the school ID
school_id_response = school.get_school(
build_request(query_params={"name": data["form_data"]["school_name"]})
Expand Down

0 comments on commit 5f2f4a3

Please sign in to comment.