diff options
Diffstat (limited to 'src/database/postgres')
-rw-r--r-- | src/database/postgres/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/database/postgres/mod.rs b/src/database/postgres/mod.rs index 2c2dacc..98d9f8d 100644 --- a/src/database/postgres/mod.rs +++ b/src/database/postgres/mod.rs @@ -3,7 +3,6 @@ use std::borrow::Cow; use futures::{Stream, StreamExt}; use kittybox_util::{micropub::Channel as MicropubChannel, MentionType}; use sqlx::{ConnectOptions, Executor, PgPool}; -use crate::micropub::{MicropubUpdate, MicropubPropertyDeletion}; use super::settings::Setting; use super::{Storage, Result, StorageError, ErrorKind}; |