Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed5c480

Browse files
authoredApr 15, 2025··
Consistent docstring indentation (#30834)
Should be 4 spaces instead of 3.
1 parent 2282762 commit ed5c480

File tree

1 file changed

+8
-8
lines changed
  • libs/core/langchain_core/runnables

1 file changed

+8
-8
lines changed
 

Diff for: ‎libs/core/langchain_core/runnables/base.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -875,10 +875,10 @@ async def abatch(
875875
Args:
876876
inputs: A list of inputs to the Runnable.
877877
config: A config to use when invoking the Runnable.
878-
The config supports standard keys like 'tags', 'metadata' for tracing
879-
purposes, 'max_concurrency' for controlling how much work to do
880-
in parallel, and other keys. Please refer to the RunnableConfig
881-
for more details. Defaults to None.
878+
The config supports standard keys like 'tags', 'metadata' for tracing
879+
purposes, 'max_concurrency' for controlling how much work to do
880+
in parallel, and other keys. Please refer to the RunnableConfig
881+
for more details. Defaults to None.
882882
return_exceptions: Whether to return exceptions instead of raising them.
883883
Defaults to False.
884884
kwargs: Additional keyword arguments to pass to the Runnable.
@@ -940,10 +940,10 @@ async def abatch_as_completed(
940940
Args:
941941
inputs: A list of inputs to the Runnable.
942942
config: A config to use when invoking the Runnable.
943-
The config supports standard keys like 'tags', 'metadata' for tracing
944-
purposes, 'max_concurrency' for controlling how much work to do
945-
in parallel, and other keys. Please refer to the RunnableConfig
946-
for more details. Defaults to None. Defaults to None.
943+
The config supports standard keys like 'tags', 'metadata' for tracing
944+
purposes, 'max_concurrency' for controlling how much work to do
945+
in parallel, and other keys. Please refer to the RunnableConfig
946+
for more details. Defaults to None. Defaults to None.
947947
return_exceptions: Whether to return exceptions instead of raising them.
948948
Defaults to False.
949949
kwargs: Additional keyword arguments to pass to the Runnable.

0 commit comments

Comments
 (0)
Please sign in to comment.