I, <a href="https://github.com/tiangolo" target="_blank">@tiangolo</a>, am the creator and owner of the FastAPI repository. 🤓
-I normally give the final review to each PR before merging them. I make the final decisions on the the project, I'm the <a href="https://en.wikipedia.org/wiki/Benevolent_dictator_for_life" class="external-link" target="_blank"><abbr title="Benevolent Dictator For Life">BDFL</abbr></a>. 😅
+I normally give the final review to each PR before merging them. I make the final decisions on the project, I'm the <a href="https://en.wikipedia.org/wiki/Benevolent_dictator_for_life" class="external-link" target="_blank"><abbr title="Benevolent Dictator For Life">BDFL</abbr></a>. 😅
## Team
return {
"name": "Island In The Moon",
"price": 12.99,
- "description": "A place to be be playin' and havin' fun",
+ "description": "A place to be playin' and havin' fun",
"tags": ["breater"],
}
"items": [
{
"name": "Island In The Moon",
- "description": "A place to be be playin' and havin' fun",
+ "description": "A place to be playin' and havin' fun",
},
{"name": "Holy Buddies"},
],
assert response.json() == {
"name": "Island In The Moon",
"price": 12.99,
- "description": "A place to be be playin' and havin' fun",
+ "description": "A place to be playin' and havin' fun",
"tags": ["breater"],
"tax": None,
}
"items": [
{
"name": "Island In The Moon",
- "description": "A place to be be playin' and havin' fun",
+ "description": "A place to be playin' and havin' fun",
},
{"name": "Holy Buddies", "description": None},
],