Skip to content

Commit

Permalink
fix: remove unresolved imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HamdaanAliQuatil committed Aug 5, 2024
1 parent 1caefef commit b0eb954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/src/x509/certificate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use cryptography_x509::extensions::{
DistributionPointName, DuplicateExtensionsError, IssuerAlternativeName, KeyUsage,
MSCertificateTemplate, NameConstraints, PolicyConstraints, PolicyInformation,
PolicyQualifierInfo, Qualifier, RawExtensions, SequenceOfAccessDescriptions,
SequenceOfSubtrees, UserNotice, PrivateKeyUsagePeriod
SequenceOfSubtrees, UserNotice
};
use cryptography_x509::extensions::{Extension, SubjectAlternativeName};
use cryptography_x509::{common, oid};
Expand Down

0 comments on commit b0eb954

Please sign in to comment.