mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
lint
This commit is contained in:
parent
c49236e0ec
commit
7c65cdd6a5
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class UserFixture:
|
|||
|
||||
# Additional emails to add to the AllowedEmail whitelist.
|
||||
# The format should be as follows: ["email@igorville.gov", "email2@igorville.gov"]
|
||||
ADDITIONAL_ALLOWED_EMAILS = []
|
||||
ADDITIONAL_ALLOWED_EMAILS: list[str] = []
|
||||
|
||||
def load_users(cls, users, group_name, are_superusers=False):
|
||||
logger.info(f"Going to load {len(users)} users in group {group_name}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue