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 9ad90a2 commit b6b6232Copy full SHA for b6b6232
opentelemetry-sdk/tests/logs/test_export.py
@@ -352,7 +352,7 @@ def test_emit_call_log_record(self):
352
self.assertEqual(log_record_processor.emit.call_count, 1)
353
log_record_processor.shutdown()
354
355
- def test_with_multiple_threads(self):
+ def test_with_multiple_threads(self): # pylint: disable=no-self-use
356
exporter = InMemoryLogExporter()
357
batch_processor = BatchLogRecordProcessor(
358
exporter,
0 commit comments