From e7b83fadbc8d540d0400b92eb5c66a2dc762a6be Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Thu, 26 Nov 2020 10:38:48 +0100 Subject: [PATCH] trigger build --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index 2f30a097..a0d6cb12 100644 --- a/email_handler.py +++ b/email_handler.py @@ -119,7 +119,7 @@ from app.models import ( ) from app.pgp_utils import PGPException, sign_data_with_pgpy, sign_data from app.spamassassin_utils import SpamAssassin -from app.utils import random_string, convert_to_id +from app.utils import random_string from init_app import load_pgp_public_keys from server import create_app, create_light_app