Skip to content

Commit

Permalink
Removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Chiu committed Oct 15, 2024
1 parent cd891c8 commit 0da9f90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/test/java/com/lilt/testDataSource/TestUploadTMX.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import com.lilt.client.ApiClient;
import com.lilt.client.ApiException;
import com.lilt.client.Configuration;
import com.lilt.client.api.FilesApi;
import com.lilt.client.api.TranslateApi;
import com.lilt.client.auth.*;
import com.lilt.client.model.*;
import com.lilt.client.api.MemoriesApi;
Expand All @@ -17,7 +15,6 @@
import java.util.List;
import java.util.concurrent.*;

import com.lilt.testInstantTranslate.TestInstantTranslate;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@

import java.io.File;
import java.nio.charset.StandardCharsets;
import java.time.Duration;
import java.util.ConcurrentModificationException;
import java.util.List;
import java.util.Objects;
import java.util.concurrent.*;

import org.junit.Test;
Expand Down

0 comments on commit 0da9f90

Please sign in to comment.