remove unneeded imports

This commit is contained in:
glyph 2022-11-22 09:44:55 +02:00
parent 87f75fae94
commit 8dac8b1a62
1 changed files with 1 additions and 12 deletions

View File

@ -1,19 +1,8 @@
use std::process;
use async_std::stream::StreamExt;
use futures::TryStreamExt;
use golgi::{
api::{
friends::{FriendsHops, RelationshipQuery},
get_subset::{SubsetQuery, SubsetQueryOptions},
history_stream::CreateHistoryStream,
tangles::TanglesThread,
},
messages::{SsbMessageContentType, SsbMessageKVT},
sbot::Keystore,
GolgiError, Sbot,
};
use golgi::{api::tangles::TanglesThread, sbot::Keystore, GolgiError, Sbot};
// Golgi is an asynchronous library so we must call it from within an
// async function. The `GolgiError` type encapsulates all possible