mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
fix typing error on test
This commit is contained in:
parent
99130a02d9
commit
f3773e4562
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class Trade:
|
|||
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:
|
||||
action = order["action"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue