From b2f49b653253490ab188c5255ec83febaa8c9957 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 5 Jan 2024 18:16:08 -0600 Subject: [PATCH] CLDR-7646 mvn:spotless --- tools/cldr-apps/src/main/java/org/unicode/cldr/web/DataPage.java | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/cldr-apps/src/main/java/org/unicode/cldr/web/DataPage.java b/tools/cldr-apps/src/main/java/org/unicode/cldr/web/DataPage.java index 62cce3351b6..bedd6dd496f 100644 --- a/tools/cldr-apps/src/main/java/org/unicode/cldr/web/DataPage.java +++ b/tools/cldr-apps/src/main/java/org/unicode/cldr/web/DataPage.java @@ -21,7 +21,6 @@ import org.unicode.cldr.icu.LDMLConstants; import org.unicode.cldr.test.*; import org.unicode.cldr.test.CheckCLDR.CheckStatus; -import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; import org.unicode.cldr.test.CheckCLDR.InputMethod; import org.unicode.cldr.test.CheckCLDR.Options; import org.unicode.cldr.test.CheckCLDR.StatusAction;