Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 16, 2024
1 parent e259927 commit 9bef10f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diracx-client/src/diracx/client/patches/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class TokenResult:
access_token: Optional[AccessToken] = None
refresh_token: Optional[str] = None


def get_openid_configuration(
endpoint: str, *, verify: bool | str = True
) -> Dict[str, str]:
Expand Down

0 comments on commit 9bef10f

Please sign in to comment.