Skip to content

Commit 66fe2e4

Browse files
committed
linter
Signed-off-by: laurentsimon <laurentsimon@google.com>
1 parent 92a1998 commit 66fe2e4

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
@@ -28,9 +28,9 @@
2828
from cryptography.hazmat.primitives.asymmetric.utils import Prehashed
2929
from cryptography.x509 import Certificate, ExtensionNotFound, Version
3030
from cryptography.x509.oid import ExtendedKeyUsageOID, ExtensionOID
31+
from sigstore_protobuf_specs.dev.sigstore.common.v1 import HashAlgorithm
3132

3233
from sigstore.errors import Error
33-
from sigstore_protobuf_specs.dev.sigstore.common.v1 import HashAlgorithm
3434

3535
if sys.version_info < (3, 11):
3636
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)