Add lots of type hints, fix some bugs, and clean up some code
Compare changes
- Newbyte authored
pmaports_cfg.get() can return other types, too. As such, we need to assert that it's a list to appease mypy.
+ 3
− 0
I may have gone a bit overboard. See individual commits.
pmaports_cfg.get() can return other types, too. As such, we need to assert that it's a list to appease mypy.