Add lots of type hints, fix some bugs, and clean up some code
Compare changes
- Newbyte authored
They should definitely not be None here, thus assert it so we don't need to keep checking for None later.
+ 7
− 0
@@ -43,6 +43,13 @@ def create_zip(args: PmbArgs, chroot: Chroot, device: str):