Skip to content

Commit

Permalink
🔧 fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Mar 17, 2024
1 parent a3b968b commit 5e446b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/funcchain/syntax/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def runnable(
*,
llm: UniversalChatModel = None,
settings: SettingsOverride = {},
) -> Callable[[Callable], Runnable]:
) -> Callable[[Callable[..., OutputT]], Runnable[dict[str, Any], OutputT]]:
...


Expand Down

0 comments on commit 5e446b6

Please sign in to comment.