Skip to content

Commit 16faa7e

Browse files
committed
remove unused import
1 parent 230d47c commit 16faa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/tests/derive_integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mod utilities;
44
#[cfg(feature = "derive")]
55
use influxdb::InfluxDbWriteable;
66

7-
use chrono::{Date, DateTime, Utc};
7+
use chrono::{DateTime, Utc};
88
use influxdb::{Query, ReadQuery, Timestamp};
99

1010
#[cfg(feature = "serde")]

0 commit comments

Comments
 (0)