Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
library: make the code PEP 484 compliant
Typical message: ``` PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True ``` See https://github.com/hauntsaninja/no_implicit_optional for more details Signed-off-by: Guillaume Abrioux <[email protected]> (cherry picked from commit 986b144)
- Loading branch information