From bc24d572a2f53f77b8950d75c9ab8ce652666afb Mon Sep 17 00:00:00 2001 From: eunice98k Date: Wed, 2 Jun 2021 20:26:06 -0700 Subject: [PATCH] Fix lint errors --- .../src/opentelemetry/instrumentation/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-instrumentation/src/opentelemetry/instrumentation/utils.py b/opentelemetry-instrumentation/src/opentelemetry/instrumentation/utils.py index dc6edbe065..e0ad822547 100644 --- a/opentelemetry-instrumentation/src/opentelemetry/instrumentation/utils.py +++ b/opentelemetry-instrumentation/src/opentelemetry/instrumentation/utils.py @@ -21,7 +21,7 @@ # This is a temporary location for the suppress instrumentation key. # Once the decision around how to suppress instrumentation is made in the -# spec, this key should be moved accordingly. +# spec, this key should be moved accordingly. _SUPPRESS_INSTRUMENTATION_KEY = create_key("suppress_instrumentation")