Remove unused import (#14307)
This commit is contained in:
parent
64a6fd1a0a
commit
2b4d4cc95c
|
|
@ -39,8 +39,6 @@ import io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTelemetry;
|
|||
import okhttp3.Call;
|
||||
import okhttp3.OkHttpClient;
|
||||
|
||||
import java.util.concurrent.ExecutorService;
|
||||
|
||||
public class OkHttpConfiguration {
|
||||
|
||||
//Use this Call.Factory implementation for making standard http client calls.
|
||||
|
|
|
|||
Loading…
Reference in New Issue