mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
Fix typo highlighted by ruff
autoformatter. (#12691)
H/t @MichaReiser for spotting it: https://github.com/langchain-ai/langchain/pull/12585/files#r1378253045
This commit is contained in:
parent
724b92231d
commit
5ae51a8a85
@ -683,7 +683,7 @@ class Unparser:
|
||||
first = False
|
||||
else:
|
||||
self.write(", ")
|
||||
(self.dispatch(a),)
|
||||
self.dispatch(a)
|
||||
if d:
|
||||
self.write("=")
|
||||
self.dispatch(d)
|
||||
|
Loading…
Reference in New Issue
Block a user