From ad84afa291b4777ff27deaf3ee9c33a41de3a28f Mon Sep 17 00:00:00 2001 From: rahuldimri <107100022+rahuldimri@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:30:03 +0530 Subject: [PATCH] Update __init__.py --- .../src/opentelemetry/instrumentation/elasticsearch/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/instrumentation/opentelemetry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/__init__.py b/instrumentation/opentelemetry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/__init__.py index 6862ffd76f..93abd15ed0 100644 --- a/instrumentation/opentelemetry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/__init__.py +++ b/instrumentation/opentelemetry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/__init__.py @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -""" This library allows tracing HTTP elasticsearch made by the `elasticsearch `_ library. Usage