Browse Source

remove unused use

pull/113/head
jake 3 years ago
parent
commit
a7491a2037
  1. 1
      src/entity/gateway/postgres/postgres.rs

1
src/entity/gateway/postgres/postgres.rs

@ -1,4 +1,3 @@
use async_std::sync::{Arc, Mutex};
use std::convert::{From, TryFrom, Into}; use std::convert::{From, TryFrom, Into};
use futures::{Future, TryStreamExt}; use futures::{Future, TryStreamExt};
use async_std::stream::StreamExt; use async_std::stream::StreamExt;

Loading…
Cancel
Save