From 6267ba8797b5243ac6305b19fd9ad0e6f7728152 Mon Sep 17 00:00:00 2001 From: To-om Date: Thu, 8 Apr 2021 15:56:08 +0200 Subject: [PATCH] #1946 Remove warning --- thehive/app/org/thp/thehive/controllers/v0/AttachmentCtrl.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thehive/app/org/thp/thehive/controllers/v0/AttachmentCtrl.scala b/thehive/app/org/thp/thehive/controllers/v0/AttachmentCtrl.scala index e52e34b826..506c3e71c0 100644 --- a/thehive/app/org/thp/thehive/controllers/v0/AttachmentCtrl.scala +++ b/thehive/app/org/thp/thehive/controllers/v0/AttachmentCtrl.scala @@ -17,7 +17,7 @@ import play.api.mvc._ import java.nio.file.Files import javax.inject.{Inject, Singleton} -import scala.util.{Failure, Success, Try} +import scala.util.{Failure, Try} @Singleton class AttachmentCtrl @Inject() (