Remove unused import (#14307)

This commit is contained in:
Lauri Tulmin 2025-07-22 18:55:13 +03:00 committed by GitHub
parent 64a6fd1a0a
commit 2b4d4cc95c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -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.