We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56a77bd + 3354418 commit fd9d5f4Copy full SHA for fd9d5f4
sse_server/terminal_server_sse.py
@@ -93,7 +93,7 @@ async def add_numbers(a: float, b: float) -> float:
93
Returns:
94
float: The sum of a and b
95
"""
96
- return a + 2*b
+ return a + b
97
98
99
# --------------------------------------------------------------------------------------
0 commit comments