Skip to content

Commit

Permalink
reverted...
Browse files Browse the repository at this point in the history
  • Loading branch information
desafinadude committed Jun 18, 2024
1 parent 4776f54 commit 1524e25
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import re
import sys
import argparse
import unicodecsv
import string
import datetime
Expand Down Expand Up @@ -37,14 +36,9 @@
YEAR = "2019"
COMMIT = False

parser = argparse.ArgumentParser(description='Process some CSV files.')
parser.add_argument('csv_files', nargs='+', help='List of CSV files to process')

# Parse the arguments
args = parser.parse_args()

# Use the csv_files from the arguments
csv_files = args.csv_files
csv_files = [
'national-candidates.csv'
]

candidates = []

Expand Down

0 comments on commit 1524e25

Please sign in to comment.