Skip to content

Commit b6b6232

Browse files
committed
fix lint issue
1 parent 9ad90a2 commit b6b6232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/logs/test_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def test_emit_call_log_record(self):
352352
self.assertEqual(log_record_processor.emit.call_count, 1)
353353
log_record_processor.shutdown()
354354

355-
def test_with_multiple_threads(self):
355+
def test_with_multiple_threads(self): # pylint: disable=no-self-use
356356
exporter = InMemoryLogExporter()
357357
batch_processor = BatchLogRecordProcessor(
358358
exporter,

0 commit comments

Comments
 (0)