Skip to content
Snippets Groups Projects

Add more type hints

Merged Newbyte requested to merge newbyte/mypyer into master
9 files
+ 79
28
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 1
1
@@ -192,7 +192,7 @@ def _init(pkgname: str, arch: Arch | None) -> tuple[str, Arch, Any, Chroot, Env]
extract_and_patch_sources(pkgname, arch)
env = {
env: Env = {
"ARCH": arch.kernel(),
}
Loading