qzyu999 commented on code in PR #438:
URL: https://github.com/apache/fluss-rust/pull/438#discussion_r2935947256
##########
bindings/python/src/table.rs:
##########
@@ -30,6 +30,7 @@ use pyo3::types::{
PyDeltaAccess, PyDict, PyList, PySequence, PySlice, PyTime, PyTimeAccess,
PyTuple, PyType,
PyTzInfo,
};
+use pyo3::{Bound, IntoPyObjectExt, Py, PyAny, PyRef, PyRefMut, PyResult,
Python};
Review Comment:
Hi @fresh-borzoni, I see that you're correct as the others are imported
already via `use crate::*;` from `lib.rs`. I removed the extra imports in
d619b13d12d51b1f36bbe895c8ca2422683ca43e and kept only `IntoPyObjectExt`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]