From d80c112f177de667b3d9c18fab5bd2554a2da97a Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Thu, 14 Dec 2023 17:02:28 +0100 Subject: [PATCH] Code cleanup Issue: https://github.com/RiverBench/RiverBench/issues/66 --- src/main/scala/commands/ValidateCategoryCommand.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/scala/commands/ValidateCategoryCommand.scala b/src/main/scala/commands/ValidateCategoryCommand.scala index c268c8f..5369e82 100644 --- a/src/main/scala/commands/ValidateCategoryCommand.scala +++ b/src/main/scala/commands/ValidateCategoryCommand.scala @@ -26,7 +26,6 @@ object ValidateCategoryCommand extends Command: override def run(args: Array[String]): Future[Unit] = Future { val repoDir = FileSystems.getDefault.getPath(args(1)) val schemaDir = FileSystems.getDefault.getPath(args(2)) - val importsDir = schemaDir.resolve("src/imports") val shaclDir = schemaDir.resolve("src/shacl") val profileFiles = repoDir.resolve("profiles").toFile.listFiles()