Skip to content

Commit

Permalink
Remove unused Import
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Feb 21, 2024
1 parent 6a16475 commit 4d8ffc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/http/headers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use std::collections::BTreeMap;

use hyper::HeaderMap;
use rquickjs::{
atom::PredefinedAtom, methods, prelude::Opt, Array, Class, Coerced, Ctx, FromJs, Function,
Result, Value,
atom::PredefinedAtom, methods, prelude::Opt, Array, Coerced, Ctx, FromJs, Function, Result,
Value,
};

use crate::utils::{
Expand Down

0 comments on commit 4d8ffc2

Please sign in to comment.