Explorar o código

fix import error

Son NK %!s(int64=4) %!d(string=hai) anos
pai
achega
6803d4bf42
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/pgp_utils.py

+ 1 - 0
app/pgp_utils.py

@@ -7,6 +7,7 @@ from memory_profiler import memory_usage
 from app.config import GNUPGHOME
 from app.log import LOG
 from app.models import Mailbox, Contact
+from app.utils import random_string
 
 gpg = gnupg.GPG(gnupghome=GNUPGHOME)
 gpg.encoding = "utf-8"