This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit f2c910a25097e11230e79570d381b3e547fe942c Author: Sebb <s...@apache.org> AuthorDate: Thu Feb 27 21:31:45 2025 +0000 Unused --- tools/plugins/dkim_id.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/plugins/dkim_id.py b/tools/plugins/dkim_id.py index 68ae844..31dd5a6 100644 --- a/tools/plugins/dkim_id.py +++ b/tools/plugins/dkim_id.py @@ -407,7 +407,6 @@ def dkim_id(data: bytes, lid: Optional[bytes] = None) -> str: def main() -> None: from sys import argv - from typing import BinaryIO if len(argv) == 2: with open(argv[1], "rb") as f: