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