Skip to content

Commit b123767

Browse files
committed
fix: remove trailing whitespace in examples/quick_start.py
1 parent b73eac8 commit b123767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/quick_start.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async def with_tools_example():
6868
async def with_strict_mcp_config_example():
6969
"""Example using strict MCP configuration."""
7070
print("=== Strict MCP Config Example ===")
71-
71+
7272
# This ensures ONLY the MCP servers specified here will be used,
7373
# ignoring any global or project-level MCP configurations
7474
options = ClaudeCodeOptions(
@@ -80,7 +80,7 @@ async def with_strict_mcp_config_example():
8080
},
8181
strict_mcp_config=True, # Ignore all file-based MCP configurations
8282
)
83-
83+
8484
async for message in query(
8585
prompt="List the available MCP tools from the memory server",
8686
options=options,

0 commit comments

Comments
 (0)