Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Phill030 committed Mar 27, 2024
1 parent 5d7eb93 commit 35ca6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/http_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use futures::StreamExt;
use quickxml_to_serde::Config;
use serde::Deserialize;
use std::{collections::HashMap, path::PathBuf};
use tokio::{fs::OpenOptions, io::AsyncWriteExt};
use tokio::io::AsyncWriteExt;

#[derive(Debug, Clone)]
pub struct HttpRequest {
Expand Down

0 comments on commit 35ca6dc

Please sign in to comment.