Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
SDESK-7442
  • Loading branch information
eos87 committed Dec 11, 2024
1 parent 1b3887f commit 1c8d270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/planning/events/events_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def _extract_embedded_planning(
self, docs: list[EventResourceModel]
) -> list[tuple[EventResourceModel, list[EmbeddedPlanning]]]:
"""
Extracts out the ``embedded_planning`` of a given event Event
Extracts out the ``embedded_planning`` for a list of given events
"""

embedded_planning_lists: list[tuple[EventResourceModel, list[EmbeddedPlanning]]] = []
Expand Down

0 comments on commit 1c8d270

Please sign in to comment.