From c85e8ed8738a56c3c9b385aceb696899e16ef899 Mon Sep 17 00:00:00 2001 From: Graham Date: Wed, 4 May 2022 20:40:53 +0100 Subject: [PATCH] Remove unused import Signed-off-by: Graham --- .../src/main/kotlin/org/openrs2/archive/web/CachesController.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/archive/src/main/kotlin/org/openrs2/archive/web/CachesController.kt b/archive/src/main/kotlin/org/openrs2/archive/web/CachesController.kt index 5e75d00f..5f37e2cf 100644 --- a/archive/src/main/kotlin/org/openrs2/archive/web/CachesController.kt +++ b/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.respond import io.ktor.response.respondBytes -import io.ktor.response.respondBytesWriter import io.ktor.response.respondOutputStream import io.ktor.thymeleaf.ThymeleafContent import io.netty.buffer.ByteBufAllocator