Skip to content

Commit

Permalink
Small cleanup (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jul 22, 2024
1 parent 65e08f7 commit 11961af
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/_bcrypt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,7 @@ mod _bcrypt {
use pyo3::types::PyModuleMethods;

#[pymodule_export]
use super::checkpw;
#[pymodule_export]
use super::gensalt;
#[pymodule_export]
use super::hashpw;
#[pymodule_export]
use super::kdf;
use super::{checkpw, gensalt, hashpw, kdf};

// Not yet possible to add constants declaratively.
#[pymodule_init]
Expand Down

0 comments on commit 11961af

Please sign in to comment.