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 35c85ff commit 577c504Copy full SHA for 577c504
README.md
@@ -62,7 +62,7 @@ For an example with using Serde deserialization, please refer to [serde_integrat
62
63
64
```rust
65
-use influxdb::{Client, Query, Timestamp, ReadQuery};
+use influxdb::{Client, Timestamp, ReadQuery};
66
use influxdb::InfluxDbWriteable;
67
use chrono::{DateTime, Utc};
68
0 commit comments