Skip to content

Commit

Permalink
make reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed May 8, 2024
1 parent 5113486 commit 0d78426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/auth_server/proof/jws.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from base64 import urlsafe_b64encode
from typing import Optional, Union
from typing import Optional

from cryptography.hazmat.primitives.hashes import SHA256, SHA384, SHA512
from fastapi import HTTPException
Expand All @@ -11,7 +11,7 @@

from auth_server.config import load_config
from auth_server.context import ContextRequest
from auth_server.models.gnap import Client, ContinueRequest, GNAPJOSEHeader, GrantRequest, Key
from auth_server.models.gnap import GNAPJOSEHeader, Key
from auth_server.models.jose import JWK, SupportedAlgorithms, SupportedJWSType
from auth_server.time_utils import utc_now
from auth_server.utils import hash_with
Expand Down

0 comments on commit 0d78426

Please sign in to comment.