From c7b915390ada93596d42190190648b0051a8bead Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 29 May 2020 17:11:23 +0800 Subject: [PATCH] Fix imports --- .../kotlin/net/mamoe/mirai/qqandroid/message/FlashImageImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/message/FlashImageImpl.kt b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/message/FlashImageImpl.kt index f69753e42..ecb7f9aa9 100644 --- a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/message/FlashImageImpl.kt +++ b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/message/FlashImageImpl.kt @@ -1,4 +1,4 @@ -@file:Suppress("DEPRECATION_ERROR") +@file:Suppress("DEPRECATION_ERROR", "UnusedImport") package net.mamoe.mirai.qqandroid.message