Remove unused imports

Closes gh-31851
This commit is contained in:
dogglezz
2023-12-15 16:45:23 +09:00
committed by Sébastien Deleuze
parent 2f7e650122
commit 503ccb577c
3 changed files with 0 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ import io.mockk.every
import io.mockk.mockk
import io.mockk.verify
import org.junit.jupiter.api.Test
import java.util.function.Consumer
/**
* Tests for [ResourceHints] Kotlin extensions.