mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Apply ruff-format: drop now-unused imports and reflow
This commit is contained in:
parent
508a08475f
commit
396fb876d3
5 changed files with 4 additions and 9 deletions
|
|
@ -38,9 +38,7 @@ async def main():
|
|||
|
||||
# 2. Proxy Server Creation
|
||||
print("\nStep 2: Creating the Proxy Server (InMemoryProxy)...")
|
||||
print(
|
||||
f" (Using create_proxy to wrap '{original_server.name}' directly)"
|
||||
)
|
||||
print(f" (Using create_proxy to wrap '{original_server.name}' directly)")
|
||||
proxy_server = create_proxy(original_server, name="InMemoryProxy")
|
||||
print(
|
||||
f" -> Proxy Server '{proxy_server.name}' created, proxying '{original_server.name}'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue