Skip to content

Commit

Permalink
Update crates/jiter-python/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Nov 19, 2024
1 parent 8646585 commit afc89e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/jiter-python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pub fn get_jiter_version() -> &'static str {
}

#[pyo3::pymodule(gil_used = false)]
// #[pyo3::pymodule]
#[pyo3(name = "jiter")]
mod jiter_python {
use pyo3::prelude::*;
Expand Down

0 comments on commit afc89e6

Please sign in to comment.