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 1887c0da2be669a1258875dace94c0ad89e77755 Author: Sebb <[email protected]> AuthorDate: Fri Jun 4 11:36:18 2021 +0100 unused import --- tools/plugins/generators.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/plugins/generators.py b/tools/plugins/generators.py index fc95a5f..69c02d2 100644 --- a/tools/plugins/generators.py +++ b/tools/plugins/generators.py @@ -21,7 +21,6 @@ For older ID generators, see generators_old.py """ import hashlib -import typing if not __package__: import dkim_id
