MAESTRO: fix linting and formatting

This commit is contained in:
Mariusz Banach
2026-02-18 04:55:03 +01:00
parent af339e784e
commit 930495cd00
13 changed files with 22 additions and 29 deletions

View File

@@ -1,2 +1 @@
"""Scanner implementations grouped by vendor or function."""

View File

@@ -189,7 +189,7 @@ def _normalize_payload(payload: object) -> tuple[str, str, str, str] | None:
def _combine_payloads(
payloads: list[tuple[str, str, str, str]]
payloads: list[tuple[str, str, str, str]],
) -> tuple[str, str, str, str]:
headers: list[str] = []
values: list[str] = []