remove unused import

This commit is contained in:
Son 2021-12-29 11:24:12 +01:00
parent 8530abfb2d
commit d8f7323b95
1 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ It should contain the following info:
""" """
import argparse import argparse
import email import email
import os
import time import time
import uuid import uuid
from email import encoders from email import encoders
@ -83,7 +82,6 @@ from app.config import (
POSTMASTER, POSTMASTER,
ALERT_HOTMAIL_COMPLAINT, ALERT_HOTMAIL_COMPLAINT,
ALERT_YAHOO_COMPLAINT, ALERT_YAHOO_COMPLAINT,
TEMP_DIR,
ALERT_HOTMAIL_COMPLAINT_TRANSACTIONAL, ALERT_HOTMAIL_COMPLAINT_TRANSACTIONAL,
ALERT_HOTMAIL_COMPLAINT_REPLY_PHASE, ALERT_HOTMAIL_COMPLAINT_REPLY_PHASE,
OLD_UNSUBSCRIBER, OLD_UNSUBSCRIBER,