Skip to content

Commit

Permalink
Removed unnecessary symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
SuyashDM committed May 11, 2024
1 parent c88efa8 commit 8c2ddb2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def process_data(data, key):
if label:
formatted_label = label.replace('+', '').strip()
formatted_reports[formatted_label] = {key: value.replace('%','').replace(',','') for key, value in report.items() if key != ""}
print(formatted_reports[formatted_label])
return {'symbol': stock_name, key: formatted_reports}

@staticmethod
Expand Down

0 comments on commit 8c2ddb2

Please sign in to comment.