chore: eliminate all usage of pyo3::prelude::*
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use pyo3::{
|
||||
exceptions::{PyException, PyTypeError},
|
||||
prelude::*,
|
||||
types::{PyAnyMethods as _, PyStringMethods, PyTypeMethods as _},
|
||||
Borrowed, Bound, Py, PyAny, PyErr,
|
||||
};
|
||||
use snafu::{ResultExt, Snafu};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user