Skip to content

Commit 40bc711

Browse files
authored
add return annotation to parse_events (#175)
1 parent 2c96a3a commit 40bc711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icalevents/icalparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def parse_events(
287287
tzinfo: _tzinfo | None = None,
288288
sort: bool = False,
289289
strict: bool = False,
290-
):
290+
) -> list[Event]:
291291
"""
292292
Query the events occurring in a given time range.
293293

0 commit comments

Comments
 (0)