chore(sdk): Remove a useless import.

This commit is contained in:
Ivan Enderlin
2023-04-06 14:07:39 +02:00
parent 3b8ce5c9b1
commit 7f5e61831e

View File

@@ -1,9 +1,6 @@
//! Builder for [`SlidingSyncList`].
use std::{
fmt::Debug,
sync::{Arc, RwLock as StdRwLock},
};
use std::{fmt::Debug, sync::RwLock as StdRwLock};
use eyeball::unique::Observable;
use eyeball_im::ObservableVector;