Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
torarvid committed Apr 28, 2024
1 parent b584600 commit ff8c621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ mod sparse_range;
use error::AsyncHttpRangeReaderBuilderError;
use futures::{FutureExt, Stream, StreamExt};
use http_content_range::{ContentRange, ContentRangeBytes};
use itertools::Itertools;
use memmap2::MmapMut;
use reqwest::header::HeaderMap;
use reqwest::{Response, Url};
Expand Down

0 comments on commit ff8c621

Please sign in to comment.