From f308a8b9a2ae57ff3a0cb6a25671eba4ced084fd Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 19 Jun 2024 13:47:26 +0200 Subject: [PATCH] Remove unused import. --- .../push/impl/notifications/channels/NotificationChannelsTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/channels/NotificationChannelsTest.kt b/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/channels/NotificationChannelsTest.kt index c100170f07..07eadc099e 100644 --- a/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/channels/NotificationChannelsTest.kt +++ b/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/channels/NotificationChannelsTest.kt @@ -16,7 +16,6 @@ package io.element.android.libraries.push.impl.notifications.channels -import android.app.NotificationChannel import android.os.Build import androidx.core.app.NotificationChannelCompat import androidx.core.app.NotificationManagerCompat