Merge branch 'nl/981-test-domain-migration-script' into za/additional-data-transferred-domains

This commit is contained in:
zandercymatics 2023-10-30 10:55:42 -06:00
commit abf1cd9378
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 274 additions and 219 deletions

View file

@ -100,8 +100,7 @@ class Command(BaseCommand):
return domain_status_dictionary
def get_user_emails_dict(
self,
contacts_filename: str, sep
self, contacts_filename: str, sep
) -> defaultdict[str, str]:
"""Creates mapping of userId -> emails"""
user_emails_dictionary = defaultdict(str)