warning: remove extra includes

This commit is contained in:
realaltffour 2020-07-13 11:56:27 +03:00
parent 9f4d5d0a79
commit 90392bb65b
No known key found for this signature in database
GPG Key ID: C2EA08DBA4C2DF4A

View File

@ -1,7 +1,5 @@
use postgres_types::{ToSql, FromSql};
use chrono::{DateTime, Utc};
#[derive(PartialEq, Debug, ToSql, FromSql)]
pub enum PositionType { Sell, Buy }