Skip to content

Commit 6fb5385

Browse files
author
Devdutt Shenoi
committed
ci: fix imports
1 parent 938c33d commit 6fb5385

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/event/format/json.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ use chrono::{DateTime, NaiveDateTime, Utc};
2727
use datafusion::arrow::util::bit_util::round_upto_multiple_of_64;
2828
use itertools::Itertools;
2929
use serde_json::Value;
30-
use std::{collections::HashMap, sync::Arc};
30+
use std::{
31+
collections::{HashMap, HashSet},
32+
sync::Arc,
33+
};
3134
use tracing::error;
3235

3336
use super::EventFormat;

0 commit comments

Comments
 (0)