We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbda08f commit ab9d74aCopy full SHA for ab9d74a
jingle_python/src/bitvec.rs
@@ -1,6 +1,6 @@
1
use pyo3::prelude::PyAnyMethods;
2
use pyo3::types::PyModule;
3
-use pyo3::{Bound, IntoPy, IntoPyObject, IntoPyObjectExt, Py, PyAny, PyObject, PyResult, Python};
+use pyo3::{IntoPyObject, IntoPyObjectExt, Py, PyAny, PyResult, Python};
4
use z3::ast::{Ast, BV};
5
6
pub fn adapt_bv(bv: BV) -> PyResult<Py<PyAny>> {
0 commit comments