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.
1 parent d7b35ed commit 083c598Copy full SHA for 083c598
ddtrace/_monkey.py
@@ -271,6 +271,6 @@ def _attempt_patch_module(module):
271
"%s.patch is not found. '%s' is not configured for this environment" % (path, module)
272
)
273
274
- imported_module.patch() # type: ignore
+ imported_module.patch()
275
_PATCHED_MODULES.add(module)
276
return True
ddtrace/profiling/exporter/pprof_pb2.py
@@ -1,4 +1,4 @@
1
-# type: ignore[attr-defined,call-arg]
+# type: ignore
2
3
# -*- coding: utf-8 -*-
4
# Generated by the protocol buffer compiler. DO NOT EDIT!
0 commit comments