Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw authored Nov 18, 2024
1 parent e9a74c0 commit f5b3126
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions py-gxhash/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
use pyo3::exceptions::PyRuntimeError;
use pyo3::prelude::*;
use pyo3_async_runtimes::tokio::future_into_py;
use tokio::task::spawn_blocking;

#[pyfunction]
fn gxhash32(input_bytes: &[u8], seed: i64) -> PyResult<u32> {
Expand Down

0 comments on commit f5b3126

Please sign in to comment.