WaterWhisperer commented on code in PR #3581:
URL: https://github.com/apache/iggy/pull/3581#discussion_r3510960084


##########
foreign/python/src/client.rs:
##########
@@ -28,7 +28,10 @@ use pyo3_stub_gen::derive::{gen_stub_pyclass, 
gen_stub_pymethods};
 use std::str::FromStr;
 use std::sync::Arc;
 
-use crate::consumer::{AutoCommit, IggyConsumer, py_delta_to_iggy_duration};
+use crate::consumer::{
+    AutoCommit, IggyConsumer, py_delta_to_iggy_duration,
+    ConsumerGroup as PyConsumerGroup, ConsumerGroupDetails as 
PyConsumerGroupDetails,

Review Comment:
   > it'd be worth adding a fmt check scoped to `foreign/python` so this stops 
shipping uncaught.
   
   Sure



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

Reply via email to