Skip to content

Commit 140a685

Browse files
committed
Black fixing formatting
1 parent 162d2ae commit 140a685

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyfcm/baseapi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,7 @@ def parse_payload(
286286
else:
287287
raise InvalidDataError("Provided fcm_options is in the wrong format")
288288

289-
fcm_payload[
290-
"notification"
291-
] = (
289+
fcm_payload["notification"] = (
292290
{}
293291
) # - https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#notification
294292
# If title is present, use it

0 commit comments

Comments
 (0)