Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Dec 14, 2023
1 parent dad64fd commit d80c112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/commands/ValidateCategoryCommand.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d80c112

Please sign in to comment.