mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-29 08:50:01 +02:00
Ran black for linting
This commit is contained in:
parent
b236be7f43
commit
a33efbe772
4 changed files with 285 additions and 229 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue