forked from Mirror/pmbootstrap
pmb: Add more type hints (MR 2490)
This commit is contained in:
parent
206ba62417
commit
5ed5817e80
36 changed files with 174 additions and 120 deletions
|
@ -96,6 +96,6 @@ class KConfigMigrate(commands.Command):
|
|||
self.pkgname_list = [pkgname] if isinstance(pkgname, str) else pkgname
|
||||
self.arch = arch
|
||||
|
||||
def run(self):
|
||||
def run(self) -> None:
|
||||
for pkgname in self.pkgname_list:
|
||||
pmb.build.kconfig.migrate_config(pkgname, self.arch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue