diff --git a/src/repo.rs b/src/repo.rs
index 9cbccc5..dfe3fcb 100644
--- a/src/repo.rs
+++ b/src/repo.rs
@@ -444,7 +444,6 @@ where
pub(crate) trait SettingsRepo: BaseRepo {
async fn set(&self, key: &'static str, value: Arc<[u8]>) -> Result<(), RepoError>;
async fn get(&self, key: &'static str) -> Result