optimization

This commit is contained in:
2022-04-07 15:36:43 +02:00
parent 3647a2f811
commit 0db9bfab0f
2 changed files with 0 additions and 1 deletions
BIN
View File
Binary file not shown.
-1
View File
@@ -125,7 +125,6 @@ class DataManager:
workbook.close()
def upload_contact_list_to_cloud(self):
excel_reader = ExcelHelper()
contacts = excel_reader.read_contacts()
collections = self._db.collection(CONTACT_COLLECTION_NAME)
for contact in contacts: