Skip to content

Commit 8d31981

Browse files
committed
fix
1 parent 0cd07a8 commit 8d31981

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libs/langchain_v1/langchain/chat_models/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ class GetPopulation(BaseModel):
298298
# Use Sonnet 4.5
299299
```
300300
301-
""" # noqa: E501,RUF002
301+
""" # noqa: E501
302302
if not model and not configurable_fields:
303303
configurable_fields = ("model", "model_provider")
304304
config_prefix = config_prefix or ""

libs/langchain_v1/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ langchain-openai = { path = "../partners/openai", editable = true }
8888

8989
[tool.ruff]
9090
line-length = 100
91-
output-format = "concise"
9291

9392
[tool.mypy]
9493
strict = true

0 commit comments

Comments
 (0)