aio-libs / aiohttp-sse

Server-sent events support for aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typing

Dreamsorcerer opened this issue · comments

We're missing typing support.
If anyone wants to volunteer to add this, pleas copy the config file from: https://github.com/aio-libs/aiohttp-jinja2/blob/master/.mypy.ini

To make it easier to get an initial PR through with a few types, feel free to comment out any of the options (so they can be picked up in a later PR).

Basically, just run mypy and fix up the typing errors.

@Dreamsorcerer, I'll take it.

I haven't done this yet just to avoid a complex merge/rebase :D