Lint errors

This commit is contained in:
Gregory Schier
2025-05-20 08:15:19 -07:00
parent bc3a5e3e58
commit a4c600cb48
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
use std::ops::Deref;
use std::time::SystemTime;
use crate::error::Result;
@@ -9,7 +8,7 @@ use reqwest::Method;
use serde::{Deserialize, Serialize};
use serde_json::Value;
use tauri::{AppHandle, Emitter, Manager, Runtime, WebviewWindow};
use yaak_license::{check_license, LicenseCheckStatus};
use yaak_license::{LicenseCheckStatus, check_license};
use yaak_models::query_manager::QueryManagerExt;
use yaak_models::util::UpdateSource;