diff --git a/bindings/python/src/lib.rs b/bindings/python/src/lib.rs index 7c2658a9a..764fcfcf5 100644 --- a/bindings/python/src/lib.rs +++ b/bindings/python/src/lib.rs @@ -1,12 +1,11 @@ use anyhow::Result; use errors::*; -use limbo_core::IO; use pyo3::prelude::*; use pyo3::types::PyList; use pyo3::types::PyTuple; use std::cell::RefCell; use std::rc::Rc; -use std::sync::{Arc, Mutex}; +use std::sync::Arc; mod errors;