Remove stupid think-o

Setting a variable to itself should be a no-op right?  Frankly I have
no idea why I did this so remove it.

Change-Id: I9f9851c76455e5d559ba68921dfd29557a64b574
This commit is contained in:
Tony Breeds 2022-10-18 11:05:48 -05:00
parent 780c4140cb
commit bb587d0ff4

@ -122,7 +122,6 @@ def main():
'YYYY-MM-DD')
args = parser.parse_args()
args.date = args.date
args.release = args.release.lower()
params = election_parameters[args.type]