We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e70ec5 commit 580acd1Copy full SHA for 580acd1
influxdb/src/client/mod.rs
@@ -16,7 +16,7 @@
16
//! ```
17
18
use futures::prelude::*;
19
-use surf::{self, Client as SurfClient, StatusCode, HttpClient};
+use surf::{self, Client as SurfClient, HttpClient, StatusCode};
20
21
use crate::query::QueryType;
22
use crate::Error;
0 commit comments