Remove unnecessary ObjectProtocol import

This commit is contained in:
messense 2017-06-24 22:29:35 +08:00
parent 0ba541e762
commit a5e3429d60
No known key found for this signature in database
GPG key ID: BB41A8A2C716CCA9

View file

@ -81,7 +81,7 @@
//! #![feature(proc_macro, specialization)]
//!
//! extern crate pyo3;
//! use pyo3::{py, Python, PyResult, PyModule, PyString, ObjectProtocol};
//! use pyo3::{py, Python, PyResult, PyModule, PyString};
//!
//! // add bindings to the generated python module
//! // N.B: names: "libhello" must be the name of the `.so` or `.pyd` file