Skip to content

Commit

Permalink
[java] Deleting unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 7, 2021
1 parent 8e09e76 commit ebecf6c
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -22,11 +22,9 @@
import io.netty.util.Timer;
import io.netty.util.concurrent.DefaultThreadFactory;
import org.asynchttpclient.AsyncHttpClient;
import org.asynchttpclient.AsyncHttpClientConfig;
import org.asynchttpclient.DefaultAsyncHttpClientConfig;
import org.asynchttpclient.Dsl;
import org.asynchttpclient.config.AsyncHttpClientConfigDefaults;
import org.asynchttpclient.netty.channel.DefaultChannelPool;
import org.openqa.selenium.internal.Require;
import org.openqa.selenium.remote.http.ClientConfig;
import org.openqa.selenium.remote.http.Filter;
Expand All @@ -38,7 +36,6 @@
import org.openqa.selenium.remote.http.WebSocket;

import java.io.IOException;
import java.util.Map;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.TimeUnit;
import java.util.function.BiFunction;
Expand Down

0 comments on commit ebecf6c

Please sign in to comment.