Viacheslav Kropotko

Results 1 issues of Viacheslav Kropotko

Hi, Versions: python==3.7.3 aiohttp==3.5.4 aiohttp-swagger==1.0.7 If I try to run examples from https://aiohttp-swagger.readthedocs.io/en/latest/quick_start.html, it doesn't work. Example: ```>from aiohttp import web >from aiohttp_swagger import * >async def ping(request): ... """...