Skip to content

Commit 857ed2a

Browse files
committed
linter
Signed-off-by: laurentsimon <laurentsimon@google.com>
1 parent fe29ba8 commit 857ed2a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sigstore/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
load_der_x509_certificate,
3434
)
3535
from cryptography.x509.oid import ExtendedKeyUsageOID, ExtensionOID
36+
from sigstore_protobuf_specs.dev.sigstore.common.v1 import HashAlgorithm
3637

3738
from sigstore.errors import Error
38-
from sigstore_protobuf_specs.dev.sigstore.common.v1 import HashAlgorithm
3939

4040
if sys.version_info < (3, 11):
4141
import importlib_resources as resources

sigstore/verify/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
VerificationMaterial,
4040
)
4141
from sigstore_protobuf_specs.dev.sigstore.common.v1 import (
42-
HashAlgorithm,
4342
HashOutput,
4443
LogId,
4544
MessageSignature,

0 commit comments

Comments
 (0)