Skip to content

Commit 62237c4

Browse files
committed
fix lint and precommit
1 parent 7cecb51 commit 62237c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opentelemetry-sdk/tests/shared_internal/test_batch_processor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"batch_processor_class,telemetry", [(BatchLogRecordProcessor, EMPTY_LOG)]
4343
)
4444
class TestBatchProcessor:
45+
# pylint: disable=no-self-use
4546
def test_telemetry_exported_once_batch_size_reached(
4647
self, batch_processor_class, telemetry
4748
):
@@ -140,7 +141,7 @@ def bulk_emit_and_flush(num_emit):
140141
with ThreadPoolExecutor(max_workers=69) as executor:
141142
for idx in range(69):
142143
executor.submit(bulk_emit_and_flush, idx + 1)
143-
time.sleep(.5)
144+
time.sleep(0.5)
144145

145146
executor.shutdown()
146147

0 commit comments

Comments
 (0)