From da6b3a0625ee8ae74aefb94223dd964e26fdeec0 Mon Sep 17 00:00:00 2001 From: To-om Date: Mon, 12 Apr 2021 10:32:53 +0200 Subject: [PATCH] #1946 Optimize imports --- thehive/app/org/thp/thehive/controllers/v1/AdminCtrl.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thehive/app/org/thp/thehive/controllers/v1/AdminCtrl.scala b/thehive/app/org/thp/thehive/controllers/v1/AdminCtrl.scala index 045e1c4467..77ca67817b 100644 --- a/thehive/app/org/thp/thehive/controllers/v1/AdminCtrl.scala +++ b/thehive/app/org/thp/thehive/controllers/v1/AdminCtrl.scala @@ -6,7 +6,7 @@ import akka.util.Timeout import ch.qos.logback.classic.{Level, LoggerContext} import org.slf4j.LoggerFactory import org.thp.scalligraph.controllers.Entrypoint -import org.thp.scalligraph.models.{Database, UpdatableSchema, VertexModel} +import org.thp.scalligraph.models.Database import org.thp.scalligraph.services.GenIntegrityCheckOps import org.thp.thehive.models.Permissions import org.thp.thehive.services.{CheckState, CheckStats, GetCheckStats, GlobalCheckRequest}