removed "unused import" warnings from NOAA tests after removing @Disabled

This commit is contained in:
Axel Uhl
2025-11-13 10:11:56 +01:00
parent 55ddef01ce
commit 5ed57d86a3
4 changed files with 0 additions and 4 deletions
@@ -1,7 +1,6 @@
package com.sap.sailing.declination.test;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import com.sap.sailing.declination.impl.NOAAImporterForTesting;
@@ -1,7 +1,6 @@
package com.sap.sailing.declination.test;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import com.sap.sailing.declination.impl.NOAAImporter;
@@ -1,7 +1,6 @@
package com.sap.sailing.declination.test;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import com.sap.sailing.declination.impl.NOAAImporter;
@@ -1,7 +1,6 @@
package com.sap.sailing.declination.test;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import com.sap.sailing.declination.impl.NOAAImporter;