Skip to content

Commit 309f89c

Browse files
committed
~
1 parent 54b8802 commit 309f89c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rust/cubesql/cubesql/src/sql/dataframe.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,8 +699,10 @@ pub fn batches_to_dataframe(
699699
mod tests {
700700
use std::sync::Arc;
701701

702-
use datafusion::arrow::{array::PrimitiveArray, datatypes::TimestampMicrosecondType};
703-
use datafusion::scalar::ScalarValue::TimestampMillisecond;
702+
use datafusion::{
703+
arrow::{array::PrimitiveArray, datatypes::TimestampMicrosecondType},
704+
scalar::ScalarValue::TimestampMillisecond,
705+
};
704706
use itertools::Itertools;
705707

706708
use super::*;

0 commit comments

Comments
 (0)