mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
remove unused import
This commit is contained in:
parent
d2e82ffcb3
commit
b0e3a580e3
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ use lemmy_db_schema::{
|
|||
};
|
||||
use lemmy_routes::nodeinfo::{NodeInfo, NodeInfoWellKnown};
|
||||
use lemmy_utils::error::LemmyResult;
|
||||
use reqwest::Response;
|
||||
use reqwest_middleware::ClientWithMiddleware;
|
||||
use std::time::Duration;
|
||||
use tracing::{error, info, warn};
|
||||
|
|
Loading…
Reference in a new issue