Skip to content

Commit e0d06d6

Browse files
committed
remove c
1 parent 418d7b2 commit e0d06d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ async def get_weather(city: str = "London") -> dict[str, str]:
784784
"""Get weather data for a city"""
785785
return {
786786
"city": city,
787-
"temperature": "22°C",
787+
"temperature": "22",
788788
"condition": "Partly cloudy",
789789
"humidity": "65%",
790790
}

examples/snippets/servers/oauth_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def get_weather(city: str = "London") -> dict[str, str]:
3636
"""Get weather data for a city"""
3737
return {
3838
"city": city,
39-
"temperature": "22°C",
39+
"temperature": "22",
4040
"condition": "Partly cloudy",
4141
"humidity": "65%",
4242
}

0 commit comments

Comments
 (0)