Some minor bugs

This commit is contained in:
Gregory Schier
2023-03-01 14:16:02 -08:00
parent e352343d62
commit 5fbd3f67cd
4 changed files with 18 additions and 29 deletions

View File

@@ -9,7 +9,6 @@ extern crate objc;
use std::collections::HashMap;
use std::fs::create_dir_all;
use std::path::Path;
use http::header::{HeaderName, USER_AGENT};
use http::{HeaderMap, HeaderValue, Method};