Skip to content

Commit 3b0aa12

Browse files
committed
fixing EOL formatter
1 parent 2eed9ce commit 3b0aa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/fastmcp/test_concurrency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ async def main():
2626
print("elapsed:", round(time.perf_counter() - start, 2), "seconds")
2727

2828
if __name__ == "__main__":
29-
asyncio.run(main())
29+
asyncio.run(main())

0 commit comments

Comments
 (0)