Skip to content

Commit

Permalink
[staged-updates] whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
biblicabeebli committed Jan 18, 2025
1 parent fd68610 commit 1bda1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/push_notification_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
## Somewhat common code (regular SURVEY notifications have extra logic)
#

def send_custom_notification_safely(fcm_token:str, os_type: str, logging_tag: str, message: str) -> bool:
def send_custom_notification_safely(fcm_token: str, os_type: str, logging_tag: str, message: str) -> bool:
""" Our wrapper around the firebase send_notification function. Returns True if successful,
False if unsuccessful, and may raise errors that have been seen over time. Any errors raised
SHOULD be raised and reported because they are unknown failure modes. This code is taken and
Expand Down

0 comments on commit 1bda1ea

Please sign in to comment.