Skip to content

Commit

Permalink
match linter suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
  • Loading branch information
gwbres committed Nov 1, 2022
1 parent 9aa0ef2 commit 7ff3fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timescale.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use pyo3::prelude::*;

#[cfg(feature = "serde")]
use serde_derive::{Serialize, Deserialize};
use serde_derive::{Deserialize, Serialize};

use core::str::FromStr;

Expand Down

0 comments on commit 7ff3fab

Please sign in to comment.