Combine imports

This commit is contained in:
notplants 2022-01-05 14:05:59 -05:00
parent 0016495525
commit 386642d6f1
1 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,8 @@
//! Utility methods for `golgi`.
use async_std::io::Read;
use async_std::net::TcpStream;
use async_std::stream::Stream;
use async_stream::stream;
use std::fmt::Debug;
use async_std::{io::Read, net::TcpStream, stream::Stream};
use async_stream::stream;
use kuska_ssb::rpc::{RecvMsg, RequestNo, RpcReader};
use serde_json::Value;