Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Apr 11, 2022
1 parent 1531ef5 commit 8ff873a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sigstore/_sign.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
import base64
import hashlib

import jwt
from cryptography.hazmat.primitives import hashes, serialization
from cryptography.hazmat.primitives.asymmetric import ec

from sigstore._internal.fulcio import (
FulcioCertificateSigningRequest,
FulcioClient,
)
from sigstore._internal.rekor import RekorClient
from sigstore._internal.oidc import Identity
from sigstore._internal.rekor import RekorClient

# from cryptography.x509 import load_pem_x509_certificate

Expand Down

0 comments on commit 8ff873a

Please sign in to comment.