Browse Source

remove unused use

kill_counters
jake 2 years ago
committed by andy
parent
commit
93a299af00
  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 futures::{Future, TryStreamExt};
use async_std::stream::StreamExt;

Loading…
Cancel
Save