Skip to content

Commit d619b13

Browse files
committed
refactor: separate IntoPyObjectExt import from grouped pyo3 imports.
1 parent 68426a0 commit d619b13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/src/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ use arrow_schema::SchemaRef;
2323
use fluss::record::to_arrow_schema;
2424
use fluss::rpc::message::OffsetSpec;
2525
use indexmap::IndexMap;
26+
use pyo3::IntoPyObjectExt;
2627
use pyo3::exceptions::{PyIndexError, PyRuntimeError, PyTypeError};
2728
use pyo3::sync::PyOnceLock;
2829
use pyo3::types::{
2930
IntoPyDict, PyBool, PyByteArray, PyBytes, PyDate, PyDateAccess, PyDateTime, PyDelta,
3031
PyDeltaAccess, PyDict, PyList, PySequence, PySlice, PyTime, PyTimeAccess, PyTuple, PyType,
3132
PyTzInfo,
3233
};
33-
use pyo3::{Bound, IntoPyObjectExt, Py, PyAny, PyRef, PyRefMut, PyResult, Python};
3434
use pyo3_async_runtimes::tokio::future_into_py;
3535
use std::collections::HashMap;
3636
use std::sync::Arc;

0 commit comments

Comments
 (0)