re base code
[sdc.git] / test-apis-ci / src / main / java / org / openecomp / sdc / ci / tests / execute / TODO / ImportCapabilityTypeCITest.java
index 3af40c5..fc0e33d 100644 (file)
@@ -20,9 +20,7 @@
 
 package org.openecomp.sdc.ci.tests.execute.TODO;
 
-import java.io.File;
-import java.io.IOException;
-
+import fj.data.Either;
 import org.apache.http.client.methods.CloseableHttpResponse;
 import org.apache.http.client.methods.HttpPost;
 import org.apache.http.entity.mime.MultipartEntityBuilder;
@@ -39,7 +37,8 @@ import org.testng.AssertJUnit;
 import org.testng.annotations.AfterClass;
 import org.testng.annotations.Test;
 
-import fj.data.Either;
+import java.io.File;
+import java.io.IOException;
 
 public class ImportCapabilityTypeCITest {
        public static final DbUtils DbUtils = new DbUtils();