From cd45aceb164c31eaa77d9c0ddcf2fd1055937436 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 14 Mar 2023 14:47:28 +0100
Subject: [PATCH] Remove import from same package

---
 .../no/nibio/vips/model/downcastmodel/DOWNCASTModelTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/no/nibio/vips/model/downcastmodel/DOWNCASTModelTest.java b/src/test/java/no/nibio/vips/model/downcastmodel/DOWNCASTModelTest.java
index eaceffc..59e5015 100755
--- a/src/test/java/no/nibio/vips/model/downcastmodel/DOWNCASTModelTest.java
+++ b/src/test/java/no/nibio/vips/model/downcastmodel/DOWNCASTModelTest.java
@@ -18,7 +18,6 @@
  */
 package no.nibio.vips.model.downcastmodel;
 
-import no.nibio.vips.model.downcastmodel.DOWNCASTModel;
 import com.fasterxml.jackson.core.JsonFactory;
 import com.fasterxml.jackson.core.JsonParser;
 import com.fasterxml.jackson.core.type.TypeReference;
-- 
GitLab