Skip to content

Commit

Permalink
remove unused pyo3 import
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Jun 24, 2024
1 parent 38a08ff commit 33cbfbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/chia-bls/src/bls_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl BlsCache {
#[cfg(feature = "py-bindings")]
use pyo3::{
exceptions::PyValueError,
pybacked::PyBackedBytes,
types::{PyAnyMethods, PyList},
Bound, PyObject, PyResult,
};
Expand Down

0 comments on commit 33cbfbc

Please sign in to comment.