chore: lint fix (#320)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-05-18 10:42:36 -03:00 committed by GitHub
commit f8ba1fc2a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,8 @@ def serve_on_jcloud():
from lcserve.__main__ import serve_on_jcloud # type: ignore
except ImportError:
click.secho(
"🚨 Please install langchain-serve to deploy Langflow server on Jina AI Cloud using `pip install langchain-serve`",
"🚨 Please install langchain-serve to deploy Langflow server on Jina AI Cloud "
"using `pip install langchain-serve`",
fg="red",
)
return