Skip to content

Commit 36fcec0

Browse files
Update stdlib/src/ssl/cert.rs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent d6fb6b9 commit 36fcec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/src/ssl/cert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pub(super) use ssl_cert::{PySSLCertificate, cert_to_certificate, cert_to_py, obj
22

33
// Certificate type for SSL module
44

5-
#[pymodule(name = "_ssl")]
5+
#[pymodule(sub)]
66
pub(crate) mod ssl_cert {
77
use crate::{
88
common::ascii,

0 commit comments

Comments
 (0)