diff --git a/examples/friends.rs b/examples/friends.rs index 87b5709..1e424f3 100644 --- a/examples/friends.rs +++ b/examples/friends.rs @@ -1,10 +1,6 @@ use std::process; -use golgi::{ - api::friends::{FriendsHops, RelationshipQuery}, - sbot::Keystore, - GolgiError, Sbot, -}; +use golgi::{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 diff --git a/src/api/about.rs b/src/api/about.rs index 5b28e42..831266b 100644 --- a/src/api/about.rs +++ b/src/api/about.rs @@ -14,7 +14,6 @@ use std::collections::HashMap; use async_std::stream::{Stream, StreamExt}; -use serde_json::Value; use crate::{ api::get_subset::{SubsetQuery, SubsetQueryOptions},