fix old references to langchains (#513)

This commit is contained in:
Robert Brennan
2024-04-01 13:33:20 -04:00
committed by GitHub
parent d97602d071
commit 511afa12fe
4 changed files with 5 additions and 5 deletions

View File

@@ -8,4 +8,4 @@ warn_redundant_casts = True
no_implicit_optional = True
strict_optional = True
exclude = agenthub/langchains_agent/regression
exclude = agenthub/monologue_agent/regression

View File

@@ -1,3 +1,3 @@
exclude = [
"agenthub/langchains_agent/regression/",
"agenthub/monologue_agent/regression/",
]