cli[patch]: ruff 0.5 (#23833)

This commit is contained in:
Bagatur
2024-07-03 14:33:15 -04:00
committed by GitHub
parent 55f6f91f17
commit a4798802ef
19 changed files with 42 additions and 29 deletions

View File

@@ -1,6 +1,7 @@
"""
Develop integration packages for LangChain.
"""
import re
import shutil
import subprocess
@@ -154,7 +155,8 @@ def create_doc(
str,
typer.Option(
help=(
"The type of component. Currently only 'ChatModel', 'DocumentLoader' supported."
"The type of component. Currently only 'ChatModel', 'DocumentLoader' "
"supported."
),
),
] = "ChatModel",