Skip to content

Commit ce334bc

Browse files
committed
_utils: _errors -> errors
Signed-off-by: Andrew Pan <a@tny.town>
1 parent 3d0d852 commit ce334bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigstore/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from cryptography.hazmat.primitives.asymmetric import ec, rsa
2828
from cryptography.x509 import Certificate
2929

30-
from sigstore._errors import Error
30+
from sigstore.errors import Error
3131

3232
if sys.version_info < (3, 11):
3333
import importlib_resources as resources

0 commit comments

Comments
 (0)