chore: fix

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 01:14:50 +02:00
parent ca532681e5
commit 8a648c98cc
10 changed files with 24 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
use std::{fmt::Display, sync::Arc};
use std::{fmt::Display};
use async_trait::async_trait;
use errors::{DeserializeError, PersistenceError, SerializeError, TransportError};
use errors::{DeserializeError, PersistenceError, SerializeError};
#[async_trait]
pub trait Persistence {