mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix typing error on test
This commit is contained in:
parent
9eb35e47ee
commit
ea716d311d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class Trade:
|
||||||
return Trade(order)
|
return Trade(order)
|
||||||
|
|
||||||
|
|
||||||
def trade(model_name: str) -> List[Trade]:
|
def trade(model_name: str) -> List[Trade]: # type: ignore
|
||||||
def parse_order(order: dict) -> Trade:
|
def parse_order(order: dict) -> Trade:
|
||||||
action = order["action"]
|
action = order["action"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue