From 58b7445a6a8369692d4d45f19fc1f091a49f0b1e Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Wed, 9 Apr 2025 17:16:04 +0200 Subject: [PATCH] check mail existence with folder --- src/utils/contacts/check_email_existence.py | 2 -- 1 file changed, 2 deletions(-) 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