Skip to content

Commit

Permalink
Ruff format.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwiker committed Dec 19, 2024
1 parent 6e4aec7 commit f09c711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sumo/wrapper/_auth_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self, access_token):
self._access_token = access_token
payload = jwt.decode(access_token, options={"verify_signature": False})
self._expires = payload["exp"]
self._resource_id=payload["aud"]
self._resource_id = payload["aud"]
return

def get_token(self):
Expand Down

0 comments on commit f09c711

Please sign in to comment.