Fix quotes in sample code for consistency
@ -41,7 +41,7 @@ app = Sanic()
async def test(request):
return json({"hello": "world"})
if __name__ == '__main__':
if __name__ == "__main__":
app.run(host="0.0.0.0", port=8000)
```
The note is not visible to the blocked user.