You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/06/04 10:37:47 UTC

[incubator-ponymail-foal] 01/02: unused import

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 <se...@apache.org>
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