Closed bernhardkaindl closed 2 years ago
These type annotation fixes help to pass mypy --strict on code using MethodRegistry.add without having to add # type: ignore.
mypy --strict
MethodRegistry.add
# type: ignore
Obsoleted by new dev/master commit: https://github.com/dapper91/pjrpc/commit/530dd3f961c1739293cb2776d98fcb6034ad2670
These type annotation fixes help to pass
mypy --strict
on code usingMethodRegistry.add
without having to add# type: ignore
.