Skip to content

Commit a7094fb

Browse files
committed
Remove DummyLogEmitter.flush() to align with removal of LogEmitter.flush()
1 parent 6b1ef2d commit a7094fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

opentelemetry-sdk/tests/test_configurator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ def __init__(self, name, resource, processor):
8888
def emit(self, record):
8989
self.processor.emit(record)
9090

91-
def flush(self):
92-
pass
93-
9491

9592
class DummyLogProcessor:
9693
def __init__(self, exporter):

0 commit comments

Comments
 (0)