linted with ruff (ruff check . --fix)

This commit is contained in:
Arthur Deierlein
2024-12-17 22:55:38 +01:00
parent 8e9b719a16
commit ad7daafc50
84 changed files with 191 additions and 381 deletions
@@ -133,7 +133,7 @@ class PsScan(interfaces.plugins.PluginInterface):
)
elif len(kernel_layer.dependencies) == 0:
vollog.error(
f"Kernel layer has no dependencies, meaning there is no memory layer for this plugin to scan."
"Kernel layer has no dependencies, meaning there is no memory layer for this plugin to scan."
)
raise exceptions.LayerException(
kernel_layer_name, f"Layer {kernel_layer_name} has no dependencies"