From e5abc3c21826442c4d63b9a9cd874ab2f0b562e8 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 4 Jun 2022 17:12:21 +0300 Subject: [PATCH] fix test error --- sync_ics2gcal/sync_calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync_ics2gcal/sync_calendar.py b/sync_ics2gcal/sync_calendar.py index d65d9ba..e744687 100644 --- a/sync_ics2gcal/sync_calendar.py +++ b/sync_ics2gcal/sync_calendar.py @@ -27,7 +27,7 @@ def get_start_date(date: ConfigDate) -> datetime.datetime: return result -def main() -> str: +def main() -> None: config = load_config() if "logging" in config: