mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-07 13:40:46 +00:00
Lint
This commit is contained in:
parent
e420bf22b6
commit
3458489936
@ -1,8 +1,8 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from concurrent.futures import Executor, ThreadPoolExecutor
|
from concurrent.futures import Executor, ThreadPoolExecutor
|
||||||
from contextlib import contextmanager
|
from contextlib import contextmanager
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
|
|
||||||
from typing import Any, Dict, Generator, List, Optional, TypedDict
|
from typing import Any, Dict, Generator, List, Optional, TypedDict
|
||||||
|
|
||||||
from langchain.callbacks.base import BaseCallbackManager, Callbacks
|
from langchain.callbacks.base import BaseCallbackManager, Callbacks
|
||||||
@ -37,7 +37,8 @@ class RunnableConfig(TypedDict, total=False):
|
|||||||
|
|
||||||
max_concurrency: Optional[int]
|
max_concurrency: Optional[int]
|
||||||
"""
|
"""
|
||||||
Maximum number of parallel calls to make. If not provided, defaults to ThreadPoolExecutor's default. This is ignored if an executor is provided.
|
Maximum number of parallel calls to make. If not provided, defaults to
|
||||||
|
ThreadPoolExecutor's default. This is ignored if an executor is provided.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
executor: Executor
|
executor: Executor
|
||||||
|
Loading…
Reference in New Issue
Block a user