Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Sep 2, 2024
1 parent 2810752 commit fbe83e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl KmerCountTable {
}

#[pymodule]
fn oxli(_py: Python, m: &PyModule) -> PyResult<()> {
fn oxli(m: &Bound<'_, PyModule>) -> PyResult<()> {
m.add_class::<KmerCountTable>()?;
Ok(())
}

0 comments on commit fbe83e3

Please sign in to comment.