Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMarten committed Dec 13, 2024
1 parent 82817e5 commit 19089cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bespokelabs/curator/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def __init__(
parse_func: Optional[
Callable[
[
Union[Dict[str, Any], BaseModel],
Union[Dict[str, Any], BaseModel],
_DictOrBaseModel,
_DictOrBaseModel,
],
T,
]
Expand Down

0 comments on commit 19089cb

Please sign in to comment.