mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-13 16:22:43 +10:00
Removing more unnecessary imports
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@ -8,7 +8,7 @@ use log::{info, warn};
|
||||
use openssl::{ec::EcKey, hash::MessageDigest, pkey::PKey, sign::Signer};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use tauri::{AppHandle, Emitter, Manager};
|
||||
use url::{ParseError, Url};
|
||||
use url::Url;
|
||||
|
||||
use crate::{
|
||||
db::{DatabaseAuth, DatabaseImpls},
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
use std::{
|
||||
fmt::{write, Display, Formatter},
|
||||
fmt::{Display, Formatter},
|
||||
sync::Mutex,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user