From 2b4d4cc95cbcc2a556ec03ebdfcd04beff7dd4b2 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Tue, 22 Jul 2025 18:55:13 +0300 Subject: [PATCH] Remove unused import (#14307) --- instrumentation/okhttp/okhttp-3.0/library/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/instrumentation/okhttp/okhttp-3.0/library/README.md b/instrumentation/okhttp/okhttp-3.0/library/README.md index a7613feb11..84b2164230 100644 --- a/instrumentation/okhttp/okhttp-3.0/library/README.md +++ b/instrumentation/okhttp/okhttp-3.0/library/README.md @@ -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.