unused import

This commit is contained in:
sinuio
2022-04-01 01:13:56 -07:00
parent ce597ecd74
commit 86213e11f3

View File

@@ -7,7 +7,7 @@ use mpc_core::Block;
use aes::cipher::{generic_array::GenericArray, NewBlockCipher};
use aes::Aes128;
use futures_util::{Sink, SinkExt, Stream, StreamExt};
use futures_util::{Sink, SinkExt, Stream};
use rand::SeedableRng;
use rand_chacha::ChaCha12Rng;