mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
Code review
This commit is contained in:
parent
fdcd50aab4
commit
3ddabe8b2c
@ -1385,9 +1385,6 @@ class RunnableEach(Serializable, Runnable[List[Input], List[Output]]):
|
||||
def lc_namespace(self) -> List[str]:
|
||||
return self.__class__.__module__.split(".")[:-1]
|
||||
|
||||
def map(self) -> RunnableEach[Input, Output]: # type: ignore[override]
|
||||
return self
|
||||
|
||||
def bind(self, **kwargs: Any) -> RunnableEach[Input, Output]:
|
||||
return RunnableEach(bound=self.bound.bind(**kwargs))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user