Commit 3cfb695
committed
Fix
For some reason `mypy` believes that newer versions of the
OpenTelemetry SDK packages do not have the `Resource` class. It
definitely does, so I'm adding a type ignore comment to shut it up.mypy warning about Resource import1 parent e531134 commit 3cfb695
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments