Remove unused import

This commit is contained in:
Dominik Werder
2021-04-29 09:52:39 +02:00
parent 3b2059f76d
commit 79fbaafe2e

View File

@@ -1,5 +1,5 @@
use err::Error;
use netpod::{Nanos, NodeConfig};
use netpod::NodeConfig;
use tokio::io::AsyncReadExt;
#[allow(unused_imports)]
use tracing::{debug, error, info, trace, warn};
@@ -46,6 +46,7 @@ async fn go() -> Result<(), Error> {
#[test]
fn simple_fetch() {
use netpod::Nanos;
use netpod::{timeunits::*, Channel, ChannelConfig, Cluster, Database, Node, NodeConfig, ScalarType, Shape};
taskrun::run(async {
let t1 = chrono::Utc::now();