Reformat code (#11465)

Reformat code.
This commit is contained in:
Felix Fontein
2026-02-04 07:50:05 +01:00
committed by GitHub
parent 95b24ac3fe
commit 24098cd638
6 changed files with 19 additions and 25 deletions

View File

@@ -133,7 +133,7 @@ def ensure(module, state, packages, params):
"subcommand": "install",
},
"latest": {
"filter": lambda p: (not is_installed(module, p) or not is_latest(module, p)),
"filter": lambda p: not is_installed(module, p) or not is_latest(module, p),
"subcommand": "install",
},
"absent": {