mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-08-02 19:12:53 -04:00
chore(indexeddb): Remove an unused import.
This commit is contained in:
@@ -292,9 +292,7 @@ mod tests {
|
||||
|
||||
use assert_matches::assert_matches;
|
||||
use gloo_utils::format::JsValueSerdeExt;
|
||||
use indexed_db_futures::{
|
||||
database::VersionChangeEvent, prelude::*, transaction::TransactionMode,
|
||||
};
|
||||
use indexed_db_futures::{database::VersionChangeEvent, transaction::TransactionMode};
|
||||
use matrix_sdk_common::{
|
||||
deserialized_responses::WithheldCode, js_tracing::make_tracing_subscriber,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user