1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2019-10-25 10:55:38 -07:00
parent eda726c4a3
commit 7e44c4278a

View File

@ -73,7 +73,7 @@ def parse(data):
remainder = parsed_line.pop(1)
job_number = parsed_line.pop(0)
remainder = remainder.split(maxsplit=1)
# rebuild parsed_line
parsed_line = []