Add lots of type hints, fix some bugs, and clean up some code
Compare changes
- Newbyte authored
Helps mypy understand the code better and also makes it easier to read as a human in my opinion.
+ 2
− 2
@@ -80,13 +80,13 @@ def ssh_install_apks(args: PmbArgs, user, host, port, paths: list) -> None: