Skip to content

Commit

Permalink
feat: ruff check line length
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen-2101 committed Sep 22, 2023
1 parent 895c73c commit a568d2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/oauth2/oauth2_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def get_jwt_opts(opts_string: str) -> Dict[str, bool | int]:
Parses out the opts_string into JWT options dictionary.
Args:
opts_string (str): comma separated key value pairs in the form of "key1:value1,key2:value2", valid options can be found here:
opts_string (str): comma separated key value pairs in the form of "key1:value1,key2:value2"
valid options can be found here:
https://github.com/mpdavis/python-jose/blob/4b0701b46a8d00988afcc5168c2b3a1fd60d15d8/jose/jwt.py#L81
Returns:
Expand Down

0 comments on commit a568d2c

Please sign in to comment.