Skip to content

Commit

Permalink
remove ast
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer committed Sep 4, 2024
1 parent fc29c9d commit d380fbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/notification/notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def send_notification(self, search_report: str, report_date: str):
search_report (str): The report to be sent
report_date (str): The date of the report
"""
# Convert to data structure after it's retrieved from xcom
search_report = ast.literal_eval(search_report)

for sender in self.senders:
sender.send_report(search_report, report_date)

0 comments on commit d380fbd

Please sign in to comment.