Skip to content

Commit ab9d74a

Browse files
committed
clippy
1 parent bbda08f commit ab9d74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jingle_python/src/bitvec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use pyo3::prelude::PyAnyMethods;
22
use pyo3::types::PyModule;
3-
use pyo3::{Bound, IntoPy, IntoPyObject, IntoPyObjectExt, Py, PyAny, PyObject, PyResult, Python};
3+
use pyo3::{IntoPyObject, IntoPyObjectExt, Py, PyAny, PyResult, Python};
44
use z3::ast::{Ast, BV};
55

66
pub fn adapt_bv(bv: BV) -> PyResult<Py<PyAny>> {

0 commit comments

Comments
 (0)