Skip to content

Commit

Permalink
Format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Mar 31, 2020
1 parent 3d4b5a6 commit d873272
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions types/src/date_time.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
//! Contains the implementation of `DataTime`.
use chrono::{self, Datelike, Timelike, TimeZone, Utc};
use serde::{Deserialize, Deserializer, Serialize, Serializer};
use std::{
fmt,
io::{Read, Write},
str::FromStr,
};

use chrono::{self, Datelike, Timelike, TimeZone, Utc};
use serde::{Deserialize, Deserializer, Serialize, Serializer};

use crate::encoding::*;

const NANOS_PER_SECOND: i64 = 1_000_000_000;
Expand Down

0 comments on commit d873272

Please sign in to comment.