mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-23 01:32:25 +02:00
Final lint pass
This commit is contained in:
parent
fef39c4cbe
commit
b6f3b7a1e0
3 changed files with 4 additions and 4 deletions
|
@ -460,7 +460,6 @@ class Command(BaseCommand):
|
|||
logger.info("Reading domain-contacts data file %s", domain_contacts_filename)
|
||||
with open(domain_contacts_filename, "r") as domain_contacts_file:
|
||||
for row in csv.reader(domain_contacts_file, delimiter=sep):
|
||||
# TerminalHelper.printProgressBar(total_rows_parsed, total_lines)
|
||||
total_rows_parsed += 1
|
||||
|
||||
# fields are just domain, userid, role
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue