remove unused imports

This commit is contained in:
mxve 2024-02-20 01:56:23 +01:00
parent 512a073b07
commit 55328a969b

View File

@ -2,8 +2,6 @@ use crate::github;
use crate::global::*;
use semver::Version;
#[cfg(not(windows))]
use std::{thread, time};
pub async fn self_update_available() -> bool {
let current_version: Version = Version::parse(env!("CARGO_PKG_VERSION")).unwrap();