mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +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
|
first = False
|
||||||
else:
|
else:
|
||||||
self.write(", ")
|
self.write(", ")
|
||||||
(self.dispatch(a),)
|
self.dispatch(a)
|
||||||
if d:
|
if d:
|
||||||
self.write("=")
|
self.write("=")
|
||||||
self.dispatch(d)
|
self.dispatch(d)
|
||||||
|
Loading…
Reference in New Issue
Block a user