Skip to content

Commit 25ae8bf

Browse files
committed
opt imp
1 parent 50438ef commit 25ae8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsonpath.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ where
126126
#[cfg(test)]
127127
mod tests {
128128
use crate::path::JsonLike;
129+
use crate::JsonPathQuery;
129130
use crate::JsonPathValue::{NoValue, Slice};
130131
use crate::{jp_v, JsonPath, JsonPathParserError, JsonPathValue};
131-
use crate::{JsonPathQuery};
132132
use serde_json::{json, Value};
133133
use std::ops::Deref;
134134

0 commit comments

Comments
 (0)