We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eed9ce commit 3b0aa12Copy full SHA for 3b0aa12
tests/server/fastmcp/test_concurrency.py
@@ -26,4 +26,4 @@ async def main():
26
print("elapsed:", round(time.perf_counter() - start, 2), "seconds")
27
28
if __name__ == "__main__":
29
- asyncio.run(main())
+ asyncio.run(main())
0 commit comments