This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 257cfd5  get rid of unused imports
257cfd5 is described below

commit 257cfd5a391eb744b55f1d81c7e53e17e97a3562
Author: Daniel Gruno <[email protected]>
AuthorDate: Thu Jun 3 11:15:24 2021 +0200

    get rid of unused imports
---
 tools/plugins/generators.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/plugins/generators.py b/tools/plugins/generators.py
index 4c130e5..fc95a5f 100644
--- a/tools/plugins/generators.py
+++ b/tools/plugins/generators.py
@@ -20,16 +20,13 @@ This file contains the various newer generation ID 
generators for Pony Mail's ar
 For older ID generators, see generators_old.py
 """
 
-import base64
 import hashlib
 import typing
 
 if not __package__:
     import dkim_id
-    import generators_old
 else:
     from . import dkim_id
-    from . import generators_old
 
 # DKIM-ID generator: uses DKIM canonicalisation
 # Recommended as default for clusters

Reply via email to