diff options
Diffstat (limited to 'src/cryptography/x509/ocsp.py')
| -rw-r--r-- | src/cryptography/x509/ocsp.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cryptography/x509/ocsp.py b/src/cryptography/x509/ocsp.py index 0e59fa4bc..4a08525a7 100644 --- a/src/cryptography/x509/ocsp.py +++ b/src/cryptography/x509/ocsp.py @@ -7,8 +7,7 @@ import abc import datetime import typing -from cryptography import utils -from cryptography import x509 +from cryptography import utils, x509 from cryptography.hazmat.bindings._rust import ocsp from cryptography.hazmat.primitives import hashes, serialization from cryptography.hazmat.primitives.asymmetric.types import ( |
