From b6802c51bb17195e52eef185526d0306a25b25b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 8 Mar 2023 19:27:17 +0800 Subject: [PATCH] Removed an excess blank line in the __get_since_desc method of the PeriodDescription utility. --- src/accounting/report/period.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/accounting/report/period.py b/src/accounting/report/period.py index ae6a6fe..fbe9784 100644 --- a/src/accounting/report/period.py +++ b/src/accounting/report/period.py @@ -291,7 +291,6 @@ class PeriodDescription: :return: The description without the end day. """ - def get_start_desc() -> str: """Returns the description of the start day.