Skip to content

Commit

Permalink
fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Feb 8, 2024
1 parent fab1a90 commit 7ef91c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ optional = true
langchain-openai = ">=0.0.3,<0.1"

[tool.ruff]
select = [
lint.select = [
"E", # pycodestyle
"F", # pyflakes
"I", # isort
Expand Down

0 comments on commit 7ef91c7

Please sign in to comment.