base: Fix some lint issues.

master
Damir Jelić 2020-12-08 12:11:55 +01:00
parent 27d9cf04de
commit a80aa4c2ad
1 changed files with 1 additions and 3 deletions

View File

@ -224,11 +224,9 @@ mod test {
use crate::{ use crate::{
identifiers::{room_id, user_id}, identifiers::{room_id, user_id},
push::Ruleset, push::Ruleset,
BaseClient, BaseClientConfig, Session, Session,
}; };
use matrix_sdk_test::{sync_response, SyncResponseFile};
#[tokio::test] #[tokio::test]
async fn test_store_client_state() { async fn test_store_client_state() {
let dir = tempdir().unwrap(); let dir = tempdir().unwrap();