cleanup imports in example
This commit is contained in:
@ -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?;
|
||||||
|
Reference in New Issue
Block a user