kevinjqliu commented on code in PR #1425:
URL: 
https://github.com/apache/datafusion-python/pull/1425#discussion_r2932934472


##########
src/lib.rs:
##########
@@ -16,9 +16,9 @@
 // under the License.
 
 // Re-export Apache Arrow DataFusion dependencies
-pub use datafusion;
 pub use datafusion::{

Review Comment:
   ah its already part of pre-commit (we're using `cargo +nightly fmt`) 
[here](https://github.com/apache/datafusion-python/blob/1160d5a91d586927dc6e466829965770c3fa299a/.pre-commit-config.yaml#L36)
   
   I see the change is already applied [in the main 
branch](https://github.com/apache/datafusion-python/blob/1160d5a91d586927dc6e466829965770c3fa299a/src/lib.rs#L18-L22).
 
   We're seeing this change again because this PR targets the 
`apache:branch-52` branch. 
   
   Ignore my comment 😄 everything looks good



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to