Add a TODO to remove python3 -u am: 24e3b5030d am: 1f25de5f19

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3368969

Change-Id: I46f9c659d71df8934cf4c0a142ccfa7a5024ad09
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/guest/forwarder_guest_launcher/src/main.rs b/guest/forwarder_guest_launcher/src/main.rs
index 16b05b4..0bb3b4d 100644
--- a/guest/forwarder_guest_launcher/src/main.rs
+++ b/guest/forwarder_guest_launcher/src/main.rs
@@ -110,6 +110,7 @@
 async fn report_active_ports(
     mut client: DebianServiceClient<Channel>,
 ) -> Result<(), Box<dyn std::error::Error>> {
+    // TODO: we can remove python3 -u when https://github.com/iovisor/bcc/pull/5142 is deployed
     let mut cmd = Command::new("python3")
         .arg("-u")
         .arg("/usr/sbin/tcpstates-bpfcc")