Skip to content

Commit c3649d3

Browse files
removed unused import
1 parent ebdb1da commit c3649d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/json/flatten.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ mod tests {
465465
use std::vec;
466466

467467
use crate::utils::json::flatten::{
468-
create_nested_key, flatten_array_objects, generic_flattening, process_array_value,
469-
process_json_array, process_json_object, FlattenContext,
468+
create_nested_key, flatten_array_objects, generic_flattening, process_json_array,
469+
process_json_object, FlattenContext,
470470
};
471471

472472
use super::{flatten, JsonFlattenError};

0 commit comments

Comments
 (0)