cleanup imports in example

This commit is contained in:
glyph 2022-02-16 14:18:36 +02:00
parent b0ac8e7a29
commit 5d82c85944
1 changed files with 1 additions and 8 deletions

View File

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