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.
1 parent 4846e87 commit ae8b2baCopy full SHA for ae8b2ba
1 file changed
tests/unit/test_cors_config.py
@@ -29,8 +29,7 @@ async def _handler(request):
29
30
class _View(web.View, CorsViewMixin):
31
32
- @asyncio.coroutine
33
- def get(self):
+ async def get(self):
34
return web.Response(text="Done")
35
36
0 commit comments