mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 05:23:31 +01:00
MAESTRO: fix linting and formatting
This commit is contained in:
@@ -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] = []
|
||||
|
||||
Reference in New Issue
Block a user