Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-schema-ingest / src / test / java / org / onap / aai / validation / CheckEverythingStrategyTest.java
index d285292..fa6d8ed 100644 (file)
@@ -23,7 +23,6 @@ package org.onap.aai.validation;
 import static org.junit.Assert.*;
 
 import org.junit.Test;
-import org.onap.aai.validation.CheckEverythingStrategy;
 
 public class CheckEverythingStrategyTest {