From a4c600cb4861dd42ba3fe907a076ff0cd88c0cbb Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 20 May 2025 08:15:19 -0700 Subject: [PATCH] Lint errors --- src-tauri/src/notifications.rs | 3 +-- src-web/components/SelectFile.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src-tauri/src/notifications.rs b/src-tauri/src/notifications.rs index 3eaf30d5..29fa1bc6 100644 --- a/src-tauri/src/notifications.rs +++ b/src-tauri/src/notifications.rs @@ -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; diff --git a/src-web/components/SelectFile.tsx b/src-web/components/SelectFile.tsx index 3cbfb998..cbde2466 100644 --- a/src-web/components/SelectFile.tsx +++ b/src-web/components/SelectFile.tsx @@ -80,7 +80,7 @@ export function SelectFile({ <> {filePath && (