Skip to content

Commit 057273e

Browse files
Dudssourceocelotl
authored andcommitted
chore: removed unnecessary variable declaration
1 parent c59c7c9 commit 057273e

File tree

1 file changed

+0
-2
lines changed
  • exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_internal/metrics_encoder

1 file changed

+0
-2
lines changed

exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_internal/metrics_encoder/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ def _common_configuration(
7676

7777
def get_temporality(self, preferred_temporality: Dict[type, AggregationTemporality]) -> Dict[type, AggregationTemporality]:
7878

79-
instrument_class_temporality = {}
80-
8179
otel_exporter_otlp_metrics_temporality_preference = (
8280
environ.get(
8381
OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE,

0 commit comments

Comments
 (0)