Skip to content

Commit c4635a5

Browse files
committed
clean up imports
1 parent 94987b6 commit c4635a5

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

wayang-api/wayang-api-python/src/test/java/org/apache/wayang/api/python/PythonApiTests.java

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,15 @@
1717

1818
package org.apache.wayang.api.python;
1919

20-
import java.util.List;
20+
import static org.junit.jupiter.api.Assertions.assertTrue;
21+
2122
import java.nio.file.Paths;
2223

2324
import org.apache.wayang.api.python.executor.PythonProcessCaller;
24-
import org.apache.wayang.api.python.function.WrappedMapPartitionsDescriptor;
25-
import org.apache.wayang.api.python.function.WrappedPredicateDescriptor;
26-
2725
import org.apache.wayang.core.api.Configuration;
28-
import org.apache.wayang.core.types.BasicDataUnitType;
2926

3027
import org.junit.jupiter.api.Test;
3128

32-
import com.google.protobuf.ByteString;
33-
34-
import static org.junit.jupiter.api.Assertions.assertFalse;
35-
import static org.junit.jupiter.api.Assertions.assertTrue;
36-
3729
class PythonApiTests {
3830
@Test
3931
void processCallerSocketTest() {

0 commit comments

Comments
 (0)