From bb746d5e9c60eda4d1786c29d653410b0c2ed68d Mon Sep 17 00:00:00 2001 From: Govind Jangid <63184660+Govind-Jangid@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:31:54 +0530 Subject: [PATCH] fix: formatting --- .../email/doctype/auto_email_report/auto_email_report.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frappe/email/doctype/auto_email_report/auto_email_report.py b/frappe/email/doctype/auto_email_report/auto_email_report.py index fa939f9815..6818607a49 100644 --- a/frappe/email/doctype/auto_email_report/auto_email_report.py +++ b/frappe/email/doctype/auto_email_report/auto_email_report.py @@ -43,12 +43,12 @@ class AutoEmailReport(Document): data_modified_till: DF.Int day_of_week: DF.Literal[ -+ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" -+ ] + "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" + ] description: DF.TextEditor | None dynamic_date_period: DF.Literal[ -+ "", "Daily", "Weekly", "Monthly", "Quarterly", "Half Yearly", "Yearly" -+ ] + "", "Daily", "Weekly", "Monthly", "Quarterly", "Half Yearly", "Yearly" + ] email_to: DF.SmallText enabled: DF.Check filter_meta: DF.Text | None