Skip to content

Commit

Permalink
allow None
Browse files Browse the repository at this point in the history
  • Loading branch information
ekorman committed Aug 22, 2024
1 parent ab45038 commit af77697
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/valor_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,6 @@ def create_or_get_evaluations(
@app.get(
"/evaluations",
dependencies=[Depends(token_auth_scheme)],
response_model_exclude_none=True,
tags=["Evaluations"],
)
def get_evaluations(
Expand Down

0 comments on commit af77697

Please sign in to comment.