mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 21:46:33 +02:00
linted
This commit is contained in:
parent
74182b9a52
commit
c33ce78a2b
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ class DomainRequestFixture:
|
|||
@classmethod
|
||||
def _create_domain_requests(cls, users): # noqa: C901
|
||||
"""Creates DomainRequests given a list of users."""
|
||||
total_domain_requests_to_make = users.count() # 100000
|
||||
total_domain_requests_to_make = users.count() # 100000
|
||||
|
||||
# Check if the database is already populated with the desired
|
||||
# number of entries.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue