Skip to content

Commit 0868f4e

Browse files
authored
Merge pull request #44 from macisamuele/maci-fix-imports-to-support-latest-pyo3
Fix json-trait-rs usage of pyo3
2 parents 1c26316 + 958ee92 commit 0868f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits/_pyo3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::{
66
use pyo3::Python;
77
use pyo3::{
88
types::{PyAny, PyDict, PySequence},
9-
ObjectProtocol, PyTryInto,
9+
PyTryInto,
1010
};
1111
use std::{convert::TryInto, ops::Deref};
1212

0 commit comments

Comments
 (0)