Fix lint errors

This commit is contained in:
Gregory Schier
2023-02-18 16:30:29 -08:00
parent 92f0ead969
commit 5e55276d79
5 changed files with 50 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
use http::header::{HeaderName, CONTENT_TYPE, USER_AGENT};
use http::header::{HeaderName, USER_AGENT};
use http::{HeaderMap, HeaderValue, Method};
use reqwest::redirect::Policy;
use tauri::{AppHandle, Wry};