From 9ad97a158c33d56caa509ac9dfb07c971d1d7000 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 4 Jun 2022 17:09:09 +0300 Subject: [PATCH] test type 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 7735ce3..d65d9ba 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(): +def main() -> str: config = load_config() if "logging" in config: