Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy Royer <[email protected]>
  • Loading branch information
sastels and jimleroyer authored May 16, 2024
1 parent 554ef3c commit eec25fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/delivery/send_to_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,9 @@ def update_notification_to_sending(notification, provider):
def provider_to_use(
notification_type: str,
notification_id: UUID,
to: Union[str, None] = None,
to: Optional[str] = None,
international: bool = False,
sender: Union[str, None] = None,
sender: Optional[str] = None,
) -> Any:
"""
Get the provider to use for sending the notification.
Expand Down

0 comments on commit eec25fc

Please sign in to comment.