Skip to content

Commit ca44d16

Browse files
committed
Suppress lint errors due to returning a NoOpTracer when SDK is disabled
1 parent 58beafe commit ca44d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opentelemetry-sdk/tests/trace/test_trace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414

1515
# pylint: disable=too-many-lines
16+
# pylint: disable=no-member
1617

1718
import shutil
1819
import subprocess

0 commit comments

Comments
 (0)