helpers: more small cleanup (MR 2252)

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-06-10 06:18:18 +02:00 committed by Oliver Smith
parent fc010bc7c8
commit d9ffb87424
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 3 additions and 3 deletions

View file

@ -616,7 +616,7 @@ def lint(args: PmbArgs):
if not packages:
packages = pmb.helpers.pmaports.get_list()
pmb.helpers.lint.check(args, packages)
pmb.helpers.lint.check(packages)
def status(args: PmbArgs) -> None: