fixed stupid error

This commit is contained in:
Suguivy 2023-03-09 22:34:14 +01:00
parent 43c11d1957
commit c98ea6b156
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ use std::process::Command;
use mastodon_async::helpers::toml; use mastodon_async::scopes;
use mastodon_async::{prelude::*, UpdateCredsRequest};
use mastodon_async::{entities::visibility::Visibility};
use mastodon_async::{helpers::cli};
use mastodon_async::{helpers::cli, Result};
use reqwest;
use std::io::Cursor;
use std::io::Write;