1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Clean extra import

This commit is contained in:
carbotaniuman 2021-02-24 21:49:54 -06:00
parent a33a1dcc44
commit 2252a9f02d

View file

@ -26,7 +26,6 @@ import java.io.File
import java.lang.IllegalArgumentException
import java.nio.file.Files
import java.nio.file.Path
import kotlin.io.path.isRegularFile
fun main(args: Array<String>) {
CommandLine(Main()).execute(*args)