Skip to content

Commit 143ffb2

Browse files
committed
pylink
1 parent b1694bd commit 143ffb2

File tree

1 file changed

+4
-4
lines changed
  • contributing/samples/mcp_postgres_agent

1 file changed

+4
-4
lines changed

contributing/samples/mcp_postgres_agent/agent.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525

2626
POSTGRES_CONNECTION_STRING = os.getenv("POSTGRES_CONNECTION_STRING")
2727
if not POSTGRES_CONNECTION_STRING:
28-
raise ValueError(
29-
"POSTGRES_CONNECTION_STRING environment variable not set. "
30-
"Please create a .env file with this variable."
31-
)
28+
raise ValueError(
29+
"POSTGRES_CONNECTION_STRING environment variable not set. "
30+
"Please create a .env file with this variable."
31+
)
3232

3333
root_agent = LlmAgent(
3434
model="gemini-2.0-flash",

0 commit comments

Comments
 (0)