Skip to content

Commit 4fb190b

Browse files
committed
Trigger CI rebuild
1 parent 1472c09 commit 4fb190b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/src/backend/hpke.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,5 +409,5 @@ fn _decrypt_with_aad<'p>(
409409
#[pyo3::pymodule(gil_used = false)]
410410
pub(crate) mod hpke {
411411
#[pymodule_export]
412-
use super::{Suite, _decrypt_with_aad, _encrypt_with_aad, AEAD, KDF, KEM};
412+
use super::{_decrypt_with_aad, _encrypt_with_aad, Suite, AEAD, KDF, KEM};
413413
}

0 commit comments

Comments
 (0)