Remove stats agg kind

This commit is contained in:
Dominik Werder
2023-02-03 17:46:01 +01:00
parent faa9158719
commit c9f39d5574
11 changed files with 158 additions and 511 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use err::Error;
use netpod::log::*;
use netpod::Cluster;
use std::sync::{Arc, Mutex};
use std::{thread};
use std::thread;
use std::time::Duration;
use tokio::task::JoinHandle;