Final lint pass

This commit is contained in:
zandercymatics 2023-11-09 11:42:38 -07:00
parent fef39c4cbe
commit b6f3b7a1e0
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 4 additions and 4 deletions

View file

@ -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