Skip to content

Commit

Permalink
Cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Feb 22, 2024
1 parent 3d54cec commit df8b323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus_core/core/src/python/serialization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
// -------------------------------------------------------------------------------------------------

use pyo3::{prelude::*, types::PyDict, Py, PyErr, Python};
use pyo3::{prelude::*, types::PyDict};
use serde::de::DeserializeOwned;

pub fn from_dict_pyo3<T>(py: Python<'_>, values: Py<PyDict>) -> Result<T, PyErr>
Expand Down

0 comments on commit df8b323

Please sign in to comment.