dapper91 / pjrpc

python json-rpc client/server without boilerplate
https://pjrpc.readthedocs.io
The Unlicense
32 stars 3 forks source link

pjrpc/server/dispatcher.py: Fix basic type annotations #71

Closed bernhardkaindl closed 2 years ago

bernhardkaindl commented 2 years ago

These type annotation fixes help to pass mypy --strict on code using MethodRegistry.add without having to add # type: ignore.

bernhardkaindl commented 2 years ago

Obsoleted by new dev/master commit: https://github.com/dapper91/pjrpc/commit/530dd3f961c1739293cb2776d98fcb6034ad2670