Skip to content
Snippets Groups Projects

Add lots of type hints, fix some bugs, and clean up some code

Merged Newbyte requested to merge newbyte/more-mypy into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -36,6 +36,9 @@ def install_depends(method: str) -> None:
","
)
if not isinstance(depends, list):
raise RuntimeError(f"depends was {type(depends)}, not a list")
pmb.chroot.apk.install(depends, Chroot.native())
Loading