Ross Nomann

Results 3 issues of Ross Nomann

Looks like there is a bug: ``` /usr/local/lib/python3.6/site-packages/telepot/aio/api.py:41: RuntimeWarning: coroutine 'ClientSession.close' was never awaited ``` https://github.com/nickoala/telepot/blob/master/telepot/aio/api.py#L41

bug

Now we have models for Swagger 2.0 and OpenAPI 3.1 specification. And there is a compatibility layer for internal usage (e.g. when we want to add a route and read...

enhancement

- Fixed coding-style issues (flake8, isort, mypy) - Changed deprecated pytest.yield_fixture to pytest.fixture - Fixed wrong tree_id when rebuilding subtree in MPTT mixin - Fixed some tests (still need to...