chore: remove useless use

This commit is contained in:
Amaan Qureshi 2023-07-19 03:12:13 -04:00
parent 1c65ca24bc
commit 0e53b66931
No known key found for this signature in database
GPG key ID: E67890ADC4227273

View file

@ -8,7 +8,6 @@ use std::{
str::{self, FromStr as _},
};
use tiny_http::{Header, Response, Server};
use webbrowser;
macro_rules! optional_resource {
($name: tt, $path: tt) => {