Skip to content

Commit

Permalink
doc: add some changes to __all__ variables in both cal.py and parser_…
Browse files Browse the repository at this point in the history
…tools.py files
  • Loading branch information
c0d33ngr committed Jul 9, 2024
1 parent 5f92a01 commit db0900f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/icalendar/cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,4 +767,4 @@ def example(cls, name) -> Calendar:

__all__ = ["Alarm", "Calendar", "Component", "ComponentFactory", "Event",
"FreeBusy", "INLINE", "Journal", "Timezone", "TimezoneDaylight",
"TimezoneStandard", "Todo", "component_factory", "types_factory"]
"TimezoneStandard", "Todo", "component_factory", "get_example"]
2 changes: 1 addition & 1 deletion src/icalendar/parser_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ def data_encode(data: Union[ICAL_TYPE, dict, list], encoding=DEFAULT_ENCODING) -
return data


__all__ = ["DEFAULT_ENCODING", "SEQUENCE_TYPES", "data_encode", "from_unicode",
__all__ = ["DEFAULT_ENCODING", "SEQUENCE_TYPES", "ICAL_TYPE" "data_encode", "from_unicode",
"to_unicode"]

0 comments on commit db0900f

Please sign in to comment.