Skip to content

Commit

Permalink
predict_single -> predict
Browse files Browse the repository at this point in the history
Co-authored-by: Alec Scott <[email protected]>
  • Loading branch information
cmelone and alecbcs authored Apr 25, 2024
1 parent 8c54e43 commit 17056ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gantry/routes/prediction/prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}


async def predict_single(db: aiosqlite.Connection, spec: dict) -> dict:
async def predict(db: aiosqlite.Connection, spec: dict) -> dict:
"""
Predict the resource usage of a spec
Expand Down

0 comments on commit 17056ea

Please sign in to comment.