Apply suggestions from code review

Co-authored-by: Raphael Michel <michel@rami.io>
This commit is contained in:
luelista
2025-05-06 16:40:19 +02:00
committed by Mira Weller
parent 7ee0f24af5
commit 8283c0f300
5 changed files with 13 additions and 11 deletions

View File

@@ -119,7 +119,8 @@ class OutboundSyncProvider:
order=order,
sync_provider=cls.identifier,
triggered_by=triggered_by,
not_before=not_before)
not_before=not_before,
)
@classmethod
def get_external_link_info(cls, event, external_link_href, external_link_display_name):