Skip to content

Commit

Permalink
remove value
Browse files Browse the repository at this point in the history
  • Loading branch information
m8sec committed Jun 15, 2023
1 parent c8c5149 commit a5df5ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crosslinked/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def start_parse(args):
csv_data = reader(f, delimiter=',')
next(csv_data)
for r in csv_data:
print(r)
tmp.append({'name': r[2].strip()}) if r[2] else False
return tmp

Expand Down

0 comments on commit a5df5ac

Please sign in to comment.