Skip to content

Commit dfbdd8a

Browse files
committed
defaults
1 parent 4f52160 commit dfbdd8a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_exporter_metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252

5353
@dataclass
5454
class ExportResult:
55-
error: Exception | None
56-
error_attrs: Attributes
55+
error: Exception | None = None
56+
error_attrs: Attributes = None
5757

5858

5959
class ExporterMetrics:

0 commit comments

Comments
 (0)