Skip to content

Commit c2feeff

Browse files
committed
Remove unused imports
1 parent 7aa6bfe commit c2feeff

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/io/appium/java_client/proxy/Interceptor.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@
2121
import net.bytebuddy.implementation.bind.annotation.RuntimeType;
2222
import net.bytebuddy.implementation.bind.annotation.SuperCall;
2323
import net.bytebuddy.implementation.bind.annotation.This;
24-
import org.openqa.selenium.remote.RemoteWebElement;
2524
import org.slf4j.Logger;
2625
import org.slf4j.LoggerFactory;
2726

2827
import java.lang.reflect.Method;
29-
import java.util.List;
3028
import java.util.concurrent.Callable;
31-
import java.util.stream.Collectors;
3229

3330
import static io.appium.java_client.proxy.MethodCallListener.UNSET;
3431

0 commit comments

Comments
 (0)