cleanup imports in example

This commit is contained in:
2022-02-16 14:18:36 +02:00
parent b0ac8e7a29
commit 5d82c85944

View File

@ -16,14 +16,7 @@ impl Sbot {
/// ///
/// ```rust /// ```rust
/// use async_std::stream::StreamExt; /// use async_std::stream::StreamExt;
/// use golgi::{ /// use golgi::{Sbot, GolgiError};
/// Sbot,
/// GolgiError,
/// api::get_subset::{
/// SubsetQuery,
/// SubsetQueryOptions
/// }
/// };
/// ///
/// async fn history() -> Result<(), GolgiError> { /// async fn history() -> Result<(), GolgiError> {
/// let mut sbot_client = Sbot::init(None, None).await?; /// let mut sbot_client = Sbot::init(None, None).await?;