Skip to content

Commit

Permalink
style: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonyjin committed Nov 12, 2024
1 parent e82fe24 commit 9b75411
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/aleph/vm/orchestrator/views/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
from jwcrypto import jwk
from jwcrypto.jwa import JWA
from nacl.exceptions import BadSignatureError
from pydantic import BaseModel, ValidationError, ValidationInfo, field_validator, model_validator
from pydantic import (
BaseModel,
ValidationError,
ValidationInfo,
field_validator,
model_validator,
)
from solathon.utils import verify_signature

from aleph.vm.conf import settings
Expand Down

0 comments on commit 9b75411

Please sign in to comment.