We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type: ignore
1 parent 1fb5127 commit ba6673dCopy full SHA for ba6673d
opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py
@@ -12,8 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-# type: ignore[reportDeprecated] # ResourceAttributes is deprecated
16
-
17
"""
18
This package implements `OpenTelemetry Resources
19
<https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md#resource-sdk>`_:
@@ -58,6 +56,9 @@
58
56
above example.
59
57
60
+# ResourceAttributes is deprecated
+# pyright: reportDeprecated=false
61
+
62
import abc
63
import concurrent.futures
64
import logging
0 commit comments