Closed rnestler closed 2 years ago
Fixes the following error when running mypy in --strict mode:
--strict
error: Module "simple_pid" does not explicitly export attribute "PID";
Fixes #48
Fixes the following error when running mypy in
--strict
mode:Fixes #48