mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
Remove accidental inclusion
This commit is contained in:
parent
3838be3960
commit
59486a922d
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ def write_body(
|
|||
all_domain_infos = get_domain_infos(filter_condition, sort_fields)
|
||||
|
||||
# Reduce the memory overhead when performing the write operation
|
||||
a1_start_time = time.time()
|
||||
paginator = Paginator(all_domain_infos, 1000)
|
||||
for page_num in paginator.page_range:
|
||||
page = paginator.page(page_num)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue