Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttestbot[bot] committed Aug 10, 2024
1 parent af832bc commit d73f42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spice/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ def get_model_from_name(model_name: str) -> Model:
model = dataclasses.replace(model, name=model_name, input_cost=input_cost, output_cost=output_cost)
return model

return UnknownModel(model_name, None)
return UnknownModel(model_name, None)

0 comments on commit d73f42e

Please sign in to comment.