Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondcheongzx committed Feb 28, 2025
1 parent c60db6e commit b4ccfaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/daft-warc/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::sync::Arc;
use std::{future::Future, sync::Arc};

use arrow2::array::{MutableArray, MutableBinaryArray, MutablePrimitiveArray, MutableUtf8Array};
use chrono::{DateTime, Utc};
Expand All @@ -9,7 +9,6 @@ use daft_dsl::ExprRef;
use daft_io::{GetResult, IOClient, IOStatsRef};
use daft_recordbatch::RecordBatch;
use futures::{stream::BoxStream, Stream, StreamExt, TryStreamExt};
use std::future::Future;
use tokio::{
fs::File,
io::{AsyncBufRead, AsyncBufReadExt, AsyncReadExt, BufReader},
Expand Down

0 comments on commit b4ccfaf

Please sign in to comment.