From d2be19e60ac219517580bfb360eaf8d8c92675a2 Mon Sep 17 00:00:00 2001 From: Christian Geier Date: Fri, 16 Jun 2023 00:44:16 +0200 Subject: [PATCH] fixup --- khal/custom_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/khal/custom_types.py b/khal/custom_types.py index 66bb70a5d..2cfdd02fc 100644 --- a/khal/custom_types.py +++ b/khal/custom_types.py @@ -12,6 +12,7 @@ class CalendarConfiguration(TypedDict): color: str priority: int ctype: str + address: str class LocaleConfiguration(TypedDict): @@ -74,7 +75,6 @@ class EventCreationTypes(TypedDict): alarms: str timezone: pytz.BaseTzInfo url: str - address: str PathLike = Union[str, os.PathLike]