Commit 5b9feb9
committed
Fix the type hint of _metrics_data within InMemoryMetricReader
This gets initialized to None, so the type hint should be MetricsData | None1 parent 83ee962 commit 5b9feb9
File tree
1 file changed
+1
-1
lines changed- opentelemetry-sdk/src/opentelemetry/sdk/metrics/_internal/export
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
0 commit comments