Add lots of type hints, fix some bugs, and clean up some code
Compare changes
- Newbyte authored
It doesn't really make sense to check the blacklist against None, so just skip the value if it's None. Appeases mypy.
+ 6
− 1
@@ -36,7 +36,12 @@ def create_zip(args: PmbArgs, chroot: Chroot, device: str):