From 50e8702d6eb06a6a14db3e633d76dc9a3334fbe4 Mon Sep 17 00:00:00 2001 From: dbm Date: Sun, 1 Jun 2025 16:37:45 -0400 Subject: [PATCH] Chore: redundant and unnecessary import from the same package as the class --- src/test/java/org/crosswire/jsword/versification/TestData.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/java/org/crosswire/jsword/versification/TestData.java b/src/test/java/org/crosswire/jsword/versification/TestData.java index ff838bdd2..d0e667b18 100644 --- a/src/test/java/org/crosswire/jsword/versification/TestData.java +++ b/src/test/java/org/crosswire/jsword/versification/TestData.java @@ -2,8 +2,6 @@ import org.crosswire.jsword.passage.Verse; import org.crosswire.jsword.passage.VerseRange; -import org.crosswire.jsword.versification.BibleBook; -import org.crosswire.jsword.versification.Versification; import org.crosswire.jsword.versification.system.SystemCalvin; import org.crosswire.jsword.versification.system.SystemCatholic; import org.crosswire.jsword.versification.system.SystemCatholic2;