Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Feb 19, 2024
1 parent bc702f5 commit de6739b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/langsmith/run_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ def __call__(
@overload
def traceable(
func: Callable[..., R],
) -> Callable[..., R]: ...
) -> Callable[..., R]:
...


@overload
Expand All @@ -324,7 +325,8 @@ def traceable(
client: Optional[ls_client.Client] = None,
reduce_fn: Optional[Callable] = None,
project_name: Optional[str] = None,
) -> Callable[[Callable[..., R]], SupportsLangsmithExtra[R]]: ...
) -> Callable[[Callable[..., R]], SupportsLangsmithExtra[R]]:
...


def traceable(
Expand Down

0 comments on commit de6739b

Please sign in to comment.