Skip to content

Commit 7454841

Browse files
committed
MAINT: this really is becoming ridiculous
1 parent 1017695 commit 7454841

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

yaml2ics.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ def add_recurrence_property(
5656
)
5757

5858

59-
def event_from_yaml(event_yaml: dict, tz: datetime.tzinfo = dateutil.tz.UTC) -> ics.Event:
59+
def event_from_yaml(
60+
event_yaml: dict, tz: datetime.tzinfo = dateutil.tz.UTC
61+
) -> ics.Event:
6062
d = event_yaml
6163
repeat = d.pop("repeat", None)
6264
ics_custom = d.pop("ics", None)

0 commit comments

Comments
 (0)