mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 10:56:41 +02:00
lint: remove unused import
This commit is contained in:
parent
82d46fb160
commit
cadc36700f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ use ruma::{
|
||||||
};
|
};
|
||||||
use serde_json::value::to_raw_value;
|
use serde_json::value::to_raw_value;
|
||||||
use tokio::sync::{mpsc, Mutex};
|
use tokio::sync::{mpsc, Mutex};
|
||||||
use tracing::{warn, error};
|
use tracing::error;
|
||||||
use url::Host;
|
use url::Host;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
|
|
Loading…
Add table
Reference in a new issue