Skip to content

Commit 6410730

Browse files
committed
Removed unused Arc import
1 parent de074d5 commit 6410730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::{
99
};
1010
use serde::Deserialize;
1111
use serde_json::{json, Value};
12-
use std::{collections::HashMap, sync::Arc, time::Duration};
12+
use std::{collections::HashMap, time::Duration};
1313
use time::OffsetDateTime;
1414

1515
/// The top-level struct of the SDK, representing a client containing [indexes](../indexes/struct.Index.html).

0 commit comments

Comments
 (0)