diff --git a/src/utils/contacts/check_email_existence.py b/src/utils/contacts/check_email_existence.py index f742f08..3da26d9 100755 --- a/src/utils/contacts/check_email_existence.py +++ b/src/utils/contacts/check_email_existence.py @@ -1,6 +1,4 @@ -import glob import os -from pathlib import Path from src.db.mongo_manager import MONGO_STORE_MANAGER from src.utils.excel_reader import read_contacts