Skip to content

Commit

Permalink
Black review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eighthcolor22 committed Mar 19, 2024
1 parent ea109eb commit 1c5ea5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async_firebase/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AsyncClientBase:
"https://www.googleapis.com/auth/cloud-platform",
]
IID_URL = "https://iid.googleapis.com"
IID_HEADERS = {'access_token_auth': 'true'}
IID_HEADERS = {"access_token_auth": "true"}
TOPIC_ADD_ACTION = "iid/v1:batchAdd"
TOPIC_REMOVE_ACTION = "iid/v1:batchRemove"

Expand Down

0 comments on commit 1c5ea5c

Please sign in to comment.