From 0830cadf51874f76a3d68143d6c350d93515d14e Mon Sep 17 00:00:00 2001 From: Mohamed Metwalli <mohamed.metwalli@sap.com> Date: Wed, 6 Jan 2021 19:01:58 +0100 Subject: [PATCH] lint --- .../src/androidTest/java/testhelpers/RecyclerViewScrollAction.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/Corona-Warn-App/src/androidTest/java/testhelpers/RecyclerViewScrollAction.kt b/Corona-Warn-App/src/androidTest/java/testhelpers/RecyclerViewScrollAction.kt index a8d9bc58f..f28f35600 100644 --- a/Corona-Warn-App/src/androidTest/java/testhelpers/RecyclerViewScrollAction.kt +++ b/Corona-Warn-App/src/androidTest/java/testhelpers/RecyclerViewScrollAction.kt @@ -1,7 +1,6 @@ package testhelpers import android.view.View -import androidx.recyclerview.widget.LinearLayoutManager import androidx.recyclerview.widget.RecyclerView import androidx.test.espresso.UiController import androidx.test.espresso.ViewAction -- GitLab