remove unused imports
This commit is contained in:
parent
0dddbe75d6
commit
901ba561a8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ use crate::bluesky::BlueSkyClient;
|
|||
use crate::cli::{CliArgs, Command};
|
||||
use crate::mastodon::api::{PartialMediaResponse, PartialPostStatusResponse, PostStatusRequest};
|
||||
use crate::mastodon::MastodonClient;
|
||||
use anyhow::{anyhow, Error};
|
||||
use anyhow::{anyhow};
|
||||
use clap::Parser;
|
||||
use infrastructure::RedisService;
|
||||
use log::{error, info, warn};
|
||||
|
|
Loading…
Reference in a new issue