Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
geier committed Jun 15, 2023
1 parent b09c0f3 commit d2be19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion khal/custom_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class CalendarConfiguration(TypedDict):
color: str
priority: int
ctype: str
address: str


class LocaleConfiguration(TypedDict):
Expand Down Expand Up @@ -74,7 +75,6 @@ class EventCreationTypes(TypedDict):
alarms: str
timezone: pytz.BaseTzInfo
url: str
address: str


PathLike = Union[str, os.PathLike]

0 comments on commit d2be19e

Please sign in to comment.