Remove unused import

Signed-off-by: Graham <gpe@openrs2.org>
master
Graham 2 years ago
parent 2aaa19e05e
commit c85e8ed873
  1. 1
      archive/src/main/kotlin/org/openrs2/archive/web/CachesController.kt

@ -8,7 +8,6 @@ import io.ktor.http.HttpStatusCode
import io.ktor.response.header import io.ktor.response.header
import io.ktor.response.respond import io.ktor.response.respond
import io.ktor.response.respondBytes import io.ktor.response.respondBytes
import io.ktor.response.respondBytesWriter
import io.ktor.response.respondOutputStream import io.ktor.response.respondOutputStream
import io.ktor.thymeleaf.ThymeleafContent import io.ktor.thymeleaf.ThymeleafContent
import io.netty.buffer.ByteBufAllocator import io.netty.buffer.ByteBufAllocator

Loading…
Cancel
Save