Skip to content

Commit 3158ed2

Browse files
italojohnnyogabrielluiz
authored andcommitted
style: simplify double string on the same line
1 parent 662ea21 commit 3158ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/base/langflow/components/agents/tool_calling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ def create_agent_runnable(self):
4545
try:
4646
return create_tool_calling_agent(self.llm, self.tools or [], prompt)
4747
except NotImplementedError as e:
48-
message = f"{self.display_name} does not support tool calling." "Please try using a compatible model."
48+
message = f"{self.display_name} does not support tool calling. Please try using a compatible model."
4949
raise NotImplementedError(message) from e

0 commit comments

Comments
 (0)